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;