summaryrefslogtreecommitdiff
path: root/database/schema.sql
AgeCommit message (Collapse)Author
2017-02-26Insert database rows individually in SQLite schemaleonoverweel
The Windows version of Python SQLite said multiple insertions at once was a syntax error.
2017-02-16Add state and last_simulated_tick to experiment, remove queued_experimentsMatthijs Bijman
2017-01-24Add database schema and testing dataleonoverweel