Init: bootstrap go module with basic framework
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE USER amane;
|
||||
CREATE DATABASE amane;
|
||||
ALTER DATABASE amane OWNER TO amane;
|
||||
ALTER USER amane ENCRYPTED PASSWORD 'amane';
|
||||
Reference in New Issue
Block a user