refactor!: change migration tool to sqlx

This commit is contained in:
Alexander Navarro 2025-04-15 15:18:20 -04:00
parent 27037a9f75
commit 49c8682164
15 changed files with 30 additions and 894 deletions

View file

@ -0,0 +1,4 @@
-- Add down migration script here
DROP TABLE public.entries;
DROP schema entries_partitions;