generated from VLADIMIR/template
add load applications
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE applications
|
||||
ADD COLUMN IF NOT EXISTS file_type TEXT NOT NULL DEFAULT '';
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE applications
|
||||
DROP COLUMN IF EXISTS file_type;
|
||||
Reference in New Issue
Block a user