summaryrefslogtreecommitdiffstats
path: root/populate.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some formatting for ESes in Ops tableMatthew Lemon2024-02-121-0/+1
| | | | | Added another dummy ES to Operation 1 in test data so I can test the listing inside the table - it still does not look correct though.
* wip: mating EPs with OperationsMatthew Lemon2024-02-121-0/+22
|
* Updates populate file with correct set upMatthew Lemon2024-02-121-2/+6
|
* Just adding a couple more demo dataMatthew Lemon2024-02-121-0/+2
|
* Started the Operation modelMatthew Lemon2024-02-111-1/+27
|
* Adds a populate.sql scriptMatthew Lemon2024-02-091-0/+26
We need a script to run for populating and bootstrapping the database. This is the start of such a script. The syntax here is suitable for mariadb at present. The comments above "populate" are assumed to have been carried out by the root user (e.g. sudo mariabdb).