Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia808d76241cec6e8760d87443bb0dc976a6a6964
5 lines
145 B
SQL
5 lines
145 B
SQL
-- Example migration stub.
|
|
-- Replace this with real schema changes when needed.
|
|
-- Run: cargo run --bin fc-migrate -- create <name>
|
|
SELECT
|
|
1;
|