adding a - to the end of a line, because i like it pretty

This commit is contained in:
2026-05-22 15:09:15 -06:00
parent 13f102755f
commit 43d6e98916
@@ -1,6 +1,6 @@
-- internal/db/migrations/2026_01_01_000010_create_projects_table.sql -- internal/db/migrations/2026_01_01_000010_create_projects_table.sql
-- CREATE TABLE "projects" ------------------------------------ -- CREATE TABLE "projects" -------------------------------------
CREATE TABLE IF NOT EXISTS "projects"( CREATE TABLE IF NOT EXISTS "projects"(
"id" Integer NOT NULL PRIMARY KEY AUTOINCREMENT, "id" Integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"creator_id" Integer NOT NULL REFERENCES "users"("id"), "creator_id" Integer NOT NULL REFERENCES "users"("id"),