rename files
This commit is contained in:
parent
8346a60976
commit
9c2564da85
2 changed files with 0 additions and 0 deletions
7
docs/schema-update-dist-repos.sql
Normal file
7
docs/schema-update-dist-repos.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# schema updates for dist repo feature
|
||||
# to be merged into schema upgrade script for next release
|
||||
|
||||
INSERT INTO permissions (name) VALUES ('image');
|
||||
|
||||
ALTER TABLE repo ADD COLUMN dist BOOLEAN DEFAULT 'false';
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue