This website requires JavaScript.
Explore
Help
Sign In
giteacraftr.sxr08
/
greenlight
Watch
1
Star
0
Fork
0
You've already forked greenlight
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
80800b214c7980bc890bc95b0abc2b390a51b65b
greenlight
/
migrations
/
000001_create_movies_table.down.sql
Maxime Delporte
641f430fd4
Some checks failed
Deploy Greenlight API / deploy (push)
Failing after 40s
Details
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.
2025-10-30 15:16:20 +01:00
1 line
28 B
SQL
Raw
Blame
History
DROP
TABLE
IF
EXISTS
movies
;
Reference in New Issue
View Git Blame
Copy Permalink