diff options
Diffstat (limited to 'dichroism/migrations/2020-10-09-210205_photos/up.sql')
-rw-r--r-- | dichroism/migrations/2020-10-09-210205_photos/up.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dichroism/migrations/2020-10-09-210205_photos/up.sql b/dichroism/migrations/2020-10-09-210205_photos/up.sql deleted file mode 100644 index 0e74ff9..0000000 --- a/dichroism/migrations/2020-10-09-210205_photos/up.sql +++ /dev/null @@ -1,5 +0,0 @@ -CREATE TABLE "photos" ( - "id" INTEGER NOT NULL, - "path" TEXT NOT NULL UNIQUE, - PRIMARY KEY("id") -) |