fc-common: consolidate database migrations; simplify
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia808d76241cec6e8760d87443bb0dc976a6a6964
This commit is contained in:
parent
757feae90d
commit
e7425e0abf
22 changed files with 656 additions and 671 deletions
5
crates/common/migrations/0002_example.sql
Normal file
5
crates/common/migrations/0002_example.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Example migration stub.
|
||||
-- Replace this with real schema changes when needed.
|
||||
-- Run: cargo run --bin fc-migrate -- create <name>
|
||||
SELECT
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue