Creating migrations files to create movies table and add movies check constraints. Updating API version number. Updating README.md adding 'SQL Migrations' section. Updating deployment file to make migrations before building API. Adding some .idea files into .gitignore.
Some checks failed
Deploy Greenlight API / deploy (push) Failing after 40s
Some checks failed
Deploy Greenlight API / deploy (push) Failing after 40s
This commit is contained in:
@@ -19,7 +19,7 @@ Declare a string containing the application version number.
|
||||
Later we'll generate this automatically at build time, but for now we'll just store the
|
||||
version number as a hard-coded global constant.
|
||||
*/
|
||||
const version = "1.0.0"
|
||||
const version = "0.0.1"
|
||||
|
||||
/*
|
||||
Define a config struct to hold all the configuration settings for our application.
|
||||
|
||||
Reference in New Issue
Block a user