Skip to content
Snippets Groups Projects
Commit af68d66a authored by Eunhak Lee's avatar Eunhak Lee
Browse files

chore: DB init 전에 액세스 제거

parent ad9d7a02
No related branches found
No related tags found
No related merge requests found
DROP ROLE IF EXISTS wsd; DROP ROLE IF EXISTS wsd;
CREATE USER wsd WITH PASSWORD 'wsdpass1234'; CREATE USER wsd WITH PASSWORD 'wsdpass1234';
GRANT ALL PRIVILEGES ON DATABASE 'meanspec' TO wsd;
CREATE TABLE users ( CREATE TABLE users (
id SERIAL NOT NULL PRIMARY KEY, /* SERIAL is denoted as INTEGER when referencing */ id SERIAL NOT NULL PRIMARY KEY, /* SERIAL is denoted as INTEGER when referencing */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment