forked from 3wordchant/capsul-flask
Add archlinux, bump everything'
This commit is contained in:
6
capsulflask/schema_migrations/19_down_os_updates.sql
Normal file
6
capsulflask/schema_migrations/19_down_os_updates.sql
Normal file
@ -0,0 +1,6 @@
|
||||
DELETE FROM os_images WHERE id = 'guixsystem130';
|
||||
DELETE FROM os_images WHERE id = 'archlinux';
|
||||
UPDATE os_images SET deprecated = FALSE WHERE id = 'guixsystem120';
|
||||
UPDATE os_images SET description = 'Ubuntu 20.04 LTS (Fossa)' WHERE id = 'ubuntu20';
|
||||
|
||||
UPDATE schemaversion SET version = 18;
|
||||
Reference in New Issue
Block a user