summaryrefslogtreecommitdiffstats
path: root/populate.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-12Some formatting for ESes in Ops tableMatthew Lemon1-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.
2024-02-12wip: mating EPs with OperationsMatthew Lemon1-0/+22
2024-02-12Updates populate file with correct set upMatthew Lemon1-2/+6
2024-02-12Just adding a couple more demo dataMatthew Lemon1-0/+2
2024-02-11Started the Operation modelMatthew Lemon1-1/+27
2024-02-09Adds a populate.sql scriptMatthew Lemon1-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).