GenerateNU / Algo

Fullstack application for the Algo project
6 stars 0 forks source link

Initial DB migrations cleanup with naming conventions #14

Closed leoRysing closed 5 months ago

leoRysing commented 5 months ago

Description

To avoid a bloated init.sql file, we will start working with migration versions (I will rename and break up the previously made file changes).

Please include a summary of the changes and the related issue. Please also include relevant motivation, context, and images! If its a frontend ticket, screenshots are important, if its a backend ticket, please add pictures of relevant postman screenshots or console printouts.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If they are unit tests, provide the file name the tests are in. If they are not unit tests, describe how you tested the change.

Tested in DataGrip to ensure correct tables and fields.

Some notes about migrations; migrations get run in alphabetical order, so versioning number as added is integral to ensuring the correct execution of table creation.

Checklist