schema upgrade script
This commit is contained in:
parent
0b81c355f4
commit
43739e72f2
1 changed files with 9 additions and 0 deletions
9
docs/schema-upgrade-1.11-1.12.sql
Normal file
9
docs/schema-upgrade-1.11-1.12.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
BEGIN;
|
||||
|
||||
-- from schema-update-dist-repos.sql
|
||||
|
||||
INSERT INTO permissions (name) VALUES ('image');
|
||||
|
||||
ALTER TABLE repo ADD COLUMN dist BOOLEAN DEFAULT 'false';
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue