adding a - to the end of a line, because i like it pretty
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- internal/db/migrations/2026_01_01_000010_create_projects_table.sql
|
||||
|
||||
-- CREATE TABLE "projects" ------------------------------------
|
||||
-- CREATE TABLE "projects" -------------------------------------
|
||||
CREATE TABLE IF NOT EXISTS "projects"(
|
||||
"id" Integer NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
"creator_id" Integer NOT NULL REFERENCES "users"("id"),
|
||||
|
||||
Reference in New Issue
Block a user