diff --git a/capsulflask/schema_migrations/01_up_create_SchemaVersion.sql b/capsulflask/schema_migrations/01_up_create_SchemaVersion.sql deleted file mode 100644 index 7251a3c..0000000 --- a/capsulflask/schema_migrations/01_up_create_SchemaVersion.sql +++ /dev/null @@ -1,5 +0,0 @@ -CREATE TABLE schemaversion ( - version INT PRIMARY KEY NOT NULL -); - -INSERT INTO schemaversion(version) VALUES (1); \ No newline at end of file diff --git a/capsulflask/schema_migrations/02_up_test.sql b/capsulflask/schema_migrations/02_up_test.sql deleted file mode 100644 index e303a1a..0000000 --- a/capsulflask/schema_migrations/02_up_test.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE schemaversion SET version = 2; \ No newline at end of file