| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Run `reuse lint` to verify that all material is licensed.
|
|
|
|
| |
Just to make updating easier without having to nuke the db every time.
|
| |
|
|
|
|
|
|
|
|
|
| |
Was missing in the first import. This looks like pure static data,
though, and will probably be moved to constants in the code instead.
While this doesn't really change the db schema, the db version was
incremented to version 2, to make sure the new data is added, even if
the db is already initialized.
|
| |
|
|
|
|
|
|
| |
Introduces a database schema version which we store in the wordpress
options table. We could just use a flag, but if the schema ever will
change, it will be good to have it versioned.
|
|
Tables, constraints and country data taken from database dump of
prototype dataset by Andrea.
|