summaryrefslogtreecommitdiffstats
path: root/includes/admin/register_db_tables.php
Commit message (Collapse)AuthorAgeFilesLines
* Move concert logs creation date to db version 3Harald Eilertsen2021-04-071-3/+10
| | | | Just to make updating easier without having to nuke the db every time.
* Added created_date column to wpgAndreaChirulescu2021-04-061-0/+1
|
* Populate the pressstatus table on activation.Harald Eilertsen2021-04-011-33/+50
| | | | | | | | | 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.
* Fix embarrasing misnaming of module.Harald Eilertsen2021-01-171-8/+8
|
* Skip setting up db if db version is ok.Harald Eilertsen2021-01-171-0/+7
| | | | | | 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.
* Register database tables on activation.Harald Eilertsen2021-01-161-0/+391
Tables, constraints and country data taken from database dump of prototype dataset by Andrea.