summaryrefslogtreecommitdiffstats
path: root/includes/admin/register_db_tables.php
Commit message (Expand)AuthorAgeFilesLines
* Rename and reorganize more source files.Harald Eilertsen2023-01-201-55/+0
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-10/+7
* Clean up, fix and rename db tables.Harald Eilertsen2021-09-161-49/+19
* Reinsert created and updated columns for venues.Harald Eilertsen2021-09-161-0/+2
* Facelift of database table creation to use create tables instead of versionin...AndreaChirulescu2021-09-131-323/+17
* Don't error if obsolete indexes or keys are already deleted.Harald Eilertsen2021-09-051-2/+2
* Drop obsolete database tables.Harald Eilertsen2021-09-041-97/+6
* Add timestamp columns to concerts and venues.Harald Eilertsen2021-09-041-2/+17
* Begin move roles and status field to concerts table.Harald Eilertsen2021-06-141-2/+16
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-1/+4
* Activate db version 5Harald Eilertsen2021-04-221-1/+1
* Fix typo in register_db_table.Harald Eilertsen2021-04-221-11/+11
* Added column for concert title in databaseAndreaChirulescu2021-04-211-1/+19
* Added NN country for defaulting bands to an unknown countryAndreaChirulescu2021-04-181-1/+6
* Add license comment _after_ the php opening tag.Harald Eilertsen2021-04-141-1/+1
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-0/+5
* Move concert logs creation date to db version 3Harald Eilertsen2021-04-071-3/+10
* Added created_date column to wpgAndreaChirulescu2021-04-061-0/+1
* Populate the pressstatus table on activation.Harald Eilertsen2021-04-011-33/+50
* 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
* Register database tables on activation.Harald Eilertsen2021-01-161-0/+391