rename files

This commit is contained in:
Mike McLean 2017-03-24 21:45:01 -04:00
parent 8346a60976
commit 9c2564da85
2 changed files with 0 additions and 0 deletions

View 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';