siggame / coliselia

Common components & services between ophelia and colisee; note: repo name subject to change
3 stars 1 forks source link

Database Initialization SQL #1

Closed russleyshaw closed 7 years ago

russleyshaw commented 7 years ago

Useful for easily spinning up a new database and making sure the schema is obvious Also useful for docker spinning up new database

It should make 0 assumptions about the current state of the tables & columns. Reset all tables, reset all autoincrements, reset all enums, etc.

russleyshaw commented 7 years ago

Schema being worked on here https://docs.google.com/spreadsheets/d/1155eJSujlvA9yZdTCJtiQRQiP_P9Q7zffHSVwHzmBSw/edit#gid=769660196

russleyshaw commented 7 years ago

Closing in preference for smaller more specific issue