diff --git a/capsulflask/schema_migrations/04_down_guixsd_notready.sql b/capsulflask/schema_migrations/04_down_guixsd_notready.sql new file mode 100644 index 0000000..6d06e92 --- /dev/null +++ b/capsulflask/schema_migrations/04_down_guixsd_notready.sql @@ -0,0 +1 @@ +UPDATE os_images SET deprecated = FALSE WHERE id = 'guixsd110'; diff --git a/capsulflask/schema_migrations/04_up_guixsd_notready.sql b/capsulflask/schema_migrations/04_up_guixsd_notready.sql new file mode 100644 index 0000000..f68837e --- /dev/null +++ b/capsulflask/schema_migrations/04_up_guixsd_notready.sql @@ -0,0 +1,3 @@ +UPDATE os_images SET deprecated = TRUE WHERE id = 'guixsd110'; + +UPDATE schemaversion SET version = 4;