From 2f55ce904ea0ac778dc73ebb22153466ec7c48d9 Mon Sep 17 00:00:00 2001 From: forest Date: Thu, 21 May 2020 19:40:24 -0500 Subject: [PATCH] set schema version on guix notready schema downgrade --- capsulflask/schema_migrations/04_down_guixsd_notready.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/capsulflask/schema_migrations/04_down_guixsd_notready.sql b/capsulflask/schema_migrations/04_down_guixsd_notready.sql index 7be1bd7..91fe143 100644 --- a/capsulflask/schema_migrations/04_down_guixsd_notready.sql +++ b/capsulflask/schema_migrations/04_down_guixsd_notready.sql @@ -1 +1,3 @@ UPDATE os_images SET deprecated = FALSE WHERE id = 'guix110'; + +UPDATE schemaversion SET version = 3; \ No newline at end of file