feat: add sql migrations
This commit is contained in:
parent
ae29e83c80
commit
4b88dfde4b
5
migrations/20250503193112_init.sql
Normal file
5
migrations/20250503193112_init.sql
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
CREATE TABLE IF NOT EXISTS scripts (
|
||||||
|
id TEXT PRIMARY KEY,
|
||||||
|
name TEXT NOT NULL,
|
||||||
|
path TEXT NOT NULL
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user