Tolerate missing role in user creation
This commit is contained in:
Vendored
+1
-1
@@ -372,7 +372,7 @@ SET search_path = postgrest, pg_catalog;
|
||||
|
||||
CREATE TABLE auth (
|
||||
id character varying NOT NULL,
|
||||
rolname name NOT NULL,
|
||||
rolname name NOT NULL DEFAULT 'postgrest_test_author',
|
||||
pass character(60) NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user