forked from 3wordchant/capsul-flask
Add Alpine 3.13
This commit is contained in:
capsulflask
5
capsulflask/schema_migrations/11_down_alpine_3.13.sql
Normal file
5
capsulflask/schema_migrations/11_down_alpine_3.13.sql
Normal file
@ -0,0 +1,5 @@
|
||||
DELETE FROM os_images WHERE id = 'alpine313';
|
||||
|
||||
UPDATE os_images SET deprecated = FALSE WHERE id = 'alpine312';
|
||||
|
||||
UPDATE schemaversion SET version = 10;
|
Reference in New Issue
Block a user