howmuch/migrations
Muyao CHEN dde4eb337c
All checks were successful
Build and test / Build (push) Successful in 2m29s
repo: add some sql for events
2024-10-18 21:15:27 +02:00
..
20241004191351_create_user_table.postgres.down.sql db: create user table 2024-10-04 21:21:03 +02:00
20241004191351_create_user_table.postgres.up.sql db: create user table 2024-10-04 21:21:03 +02:00
20241005120725_create_admin_table.postgres.down.sql feat: add admin table 2024-10-05 14:12:55 +02:00
20241005120725_create_admin_table.postgres.up.sql feat: add admin table 2024-10-05 14:12:55 +02:00
20241006114157_admin_table_add_constraint.postgres.down.sql feat(sql): Add unique constraint to admin's email 2024-10-06 13:44:27 +02:00
20241006114157_admin_table_add_constraint.postgres.up.sql feat(sql): Add unique constraint to admin's email 2024-10-06 13:44:27 +02:00
20241017215433_create_event_table.postgres.down.sql db: add migrations 2024-10-18 19:36:31 +02:00
20241017215433_create_event_table.postgres.up.sql db: add migrations 2024-10-18 19:36:31 +02:00
20241017215923_create_participation_table.postgres.down.sql db: add migrations 2024-10-18 19:36:31 +02:00
20241017215923_create_participation_table.postgres.up.sql db: add migrations 2024-10-18 19:36:31 +02:00
20241017220309_event_add_total_amount.postgres.down.sql db: add migrations 2024-10-18 19:36:31 +02:00
20241017220309_event_add_total_amount.postgres.up.sql db: add migrations 2024-10-18 19:36:31 +02:00
20241018175610_participation_add_unique_keys.postgres.down.sql repo: add some sql for events 2024-10-18 21:15:27 +02:00
20241018175610_participation_add_unique_keys.postgres.up.sql repo: add some sql for events 2024-10-18 21:15:27 +02:00