major refactoring of the artifact import process, to improve robustness and correctness
This commit is contained in:
parent
49b9678d86
commit
862c88ab6b
6 changed files with 139 additions and 168 deletions
|
|
@ -100,6 +100,7 @@ INSERT INTO permissions (name) VALUES ('admin');
|
|||
INSERT INTO permissions (name) VALUES ('build');
|
||||
INSERT INTO permissions (name) VALUES ('repo');
|
||||
INSERT INTO permissions (name) VALUES ('livecd');
|
||||
INSERT INTO permissions (name) VALUES ('maven-import');
|
||||
|
||||
CREATE TABLE user_perms (
|
||||
user_id INTEGER NOT NULL REFERENCES users(id),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue