fix lints
This commit is contained in:
parent
a25ef0c8ab
commit
d22f444fc5
14 changed files with 201 additions and 247 deletions
|
@ -33,10 +33,7 @@ in {
|
|||
ensureDatabases = [ db_name ];
|
||||
ensureUsers = [{
|
||||
name = db_user;
|
||||
ensurePermissions = {
|
||||
"DATABASE ${db_name}" = "ALL PRIVILEGES";
|
||||
"schema public" = "ALL";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue