From 7f3fb8b898c32dfd38b81154facb301e77a959cc Mon Sep 17 00:00:00 2001 From: j3s Date: Wed, 20 May 2020 18:43:09 -0500 Subject: [PATCH] Guixsd -> Guix --- capsulflask/schema_migrations/04_down_guixsd_notready.sql | 2 +- capsulflask/schema_migrations/04_up_guixsd_notready.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capsulflask/schema_migrations/04_down_guixsd_notready.sql b/capsulflask/schema_migrations/04_down_guixsd_notready.sql index 6d06e92..7be1bd7 100644 --- a/capsulflask/schema_migrations/04_down_guixsd_notready.sql +++ b/capsulflask/schema_migrations/04_down_guixsd_notready.sql @@ -1 +1 @@ -UPDATE os_images SET deprecated = FALSE WHERE id = 'guixsd110'; +UPDATE os_images SET deprecated = FALSE WHERE id = 'guix110'; diff --git a/capsulflask/schema_migrations/04_up_guixsd_notready.sql b/capsulflask/schema_migrations/04_up_guixsd_notready.sql index f68837e..8413b09 100644 --- a/capsulflask/schema_migrations/04_up_guixsd_notready.sql +++ b/capsulflask/schema_migrations/04_up_guixsd_notready.sql @@ -1,3 +1,3 @@ -UPDATE os_images SET deprecated = TRUE WHERE id = 'guixsd110'; +UPDATE os_images SET deprecated = TRUE WHERE id = 'guix110'; UPDATE schemaversion SET version = 4;