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
@ -24,4 +24,12 @@ CREATE TABLE ratelimit
|
|||||||
iphash text NOT NULL,
|
iphash text NOT NULL,
|
||||||
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