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
5a4b7bceb077fe991c0032b031fdcfa7f1600985
greenlight
/
migrations
History
Maxime Delporte
5a4b7bceb0
Some checks failed
Deploy Greenlight API / deploy (push)
Failing after 49s
Details
Adding crypto package to hash user's password on our User Model. Create our User Model with some helpers. Creating migration for our users table.
2025-11-25 11:35:24 +01:00
..
000001_create_movies_table.down.sql
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
000001_create_movies_table.up.sql
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
000002_add_movies_check_constraints.down.sql
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
000002_add_movies_check_constraints.up.sql
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
000003_add_movies_indexes.down.sql
Adding indexes migration.
2025-11-14 16:46:21 +01:00
000003_add_movies_indexes.up.sql
Adding indexes migration.
2025-11-14 16:46:21 +01:00
000004_create_users_table.down.sql
Adding crypto package to hash user's password on our User Model. Create our User Model with some helpers. Creating migration for our users table.
2025-11-25 11:35:24 +01:00
000004_create_users_table.up.sql
Adding crypto package to hash user's password on our User Model. Create our User Model with some helpers. Creating migration for our users table.
2025-11-25 11:35:24 +01:00