From 8d0088ef13b64ca18ba7bd3f832210aa3405eb08 Mon Sep 17 00:00:00 2001 From: forest Date: Mon, 15 Feb 2021 19:24:31 -0600 Subject: [PATCH] fix version #s --- capsulflask/schema_migrations/15_down_introduce_hosts.sql | 2 +- capsulflask/schema_migrations/15_up_introduce_hosts.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capsulflask/schema_migrations/15_down_introduce_hosts.sql b/capsulflask/schema_migrations/15_down_introduce_hosts.sql index da64115..dcf0054 100644 --- a/capsulflask/schema_migrations/15_down_introduce_hosts.sql +++ b/capsulflask/schema_migrations/15_down_introduce_hosts.sql @@ -8,4 +8,4 @@ ALTER TABLE vms DROP COLUMN host; DROP TABLE hosts; -UPDATE schemaversion SET version = 12; \ No newline at end of file +UPDATE schemaversion SET version = 14; \ No newline at end of file diff --git a/capsulflask/schema_migrations/15_up_introduce_hosts.sql b/capsulflask/schema_migrations/15_up_introduce_hosts.sql index ecfe46e..fd9ccf9 100644 --- a/capsulflask/schema_migrations/15_up_introduce_hosts.sql +++ b/capsulflask/schema_migrations/15_up_introduce_hosts.sql @@ -29,4 +29,4 @@ CREATE TABLE host_operation ( PRIMARY KEY (host, operation) ); -UPDATE schemaversion SET version = 13; +UPDATE schemaversion SET version = 15;