generated from alecodes/base-template
refactor!: change migration tool to sqlx
This commit is contained in:
parent
27037a9f75
commit
49c8682164
15 changed files with 30 additions and 894 deletions
4
migrations/20250415190938_create_table_entries.down.sql
Normal file
4
migrations/20250415190938_create_table_entries.down.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE public.entries;
|
||||
|
||||
DROP schema entries_partitions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue