migrations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CREATE TABLE users (
|
||||
id text,
|
||||
username text
|
||||
name text,
|
||||
password text
|
||||
)
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
CREATE TABLE users (
|
||||
id text,
|
||||
username text
|
||||
name text,
|
||||
password text
|
||||
)
|
||||