Add db-init script for users-table
This commit is contained in:
parent
b5114beacf
commit
2c55fbc431
6
postgres/users.sql
Normal file
6
postgres/users.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
CREATE TABLE users (
|
||||||
|
id uuid,
|
||||||
|
email text,
|
||||||
|
name text,
|
||||||
|
password text
|
||||||
|
);
|
Loading…
x
Reference in New Issue
Block a user