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