update readme to explain how to use .env file
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
DELETE FROM os_images WHERE id = 'openbsd67';
|
||||
|
||||
ALTER TABLE os_images
|
||||
DROP COLUMN deprecated;
|
||||
DROP COLUMN deprecated;
|
||||
|
||||
UPDATE schemaversion SET version = 2;
|
Reference in New Issue
Block a user