mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update postgres_schema.sql
This commit is contained in:
parent
5205351911
commit
b715f164e8
@ -25,3 +25,11 @@ CREATE TABLE ratelimit
|
|||||||
files integer not null,
|
files integer not null,
|
||||||
time integer not null
|
time integer not null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
CREATE TABLE accounts
|
||||||
|
(
|
||||||
|
id serial PRIMARY KEY,
|
||||||
|
email text NOT NULL,
|
||||||
|
pass text not null,
|
||||||
|
level integer not null
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user