forked from 3wordchant/capsul-flask
add deprecated column for os_images
This commit is contained in:
4
capsulflask/schema_migrations/03_down_openbsd67.sql
Normal file
4
capsulflask/schema_migrations/03_down_openbsd67.sql
Normal file
@ -0,0 +1,4 @@
|
||||
DELETE FROM os_images WHERE id = 'openbsd67';
|
||||
|
||||
ALTER TABLE os_images
|
||||
DROP COLUMN deprecated;
|
Reference in New Issue
Block a user