update readme to explain how to use .env file

This commit is contained in:
2020-05-21 19:39:06 -05:00
parent 4b9d56f610
commit b30f86f7d0
2 changed files with 13 additions and 4 deletions

View File

@ -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;