Add auth, rest api, svelte frontend, build structure
This commit is contained in:
5
internal/repository/migrations/01_schema.down.sql
Normal file
5
internal/repository/migrations/01_schema.down.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE authors (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
bio TEXT
|
||||
);
|
Reference in New Issue
Block a user