further simplifications
This commit is contained in:
parent
7f3be2caec
commit
b3a5c0b19e
6 changed files with 1 additions and 86 deletions
|
|
@ -24,16 +24,3 @@ create table ordered_cake (
|
|||
amount integer not null,
|
||||
primary key (customer_order, cake)
|
||||
);
|
||||
|
||||
create table user (
|
||||
login text primary key,
|
||||
password text,
|
||||
role text,
|
||||
salt text
|
||||
);
|
||||
|
||||
create table session (
|
||||
token text primary key,
|
||||
user text,
|
||||
expiration text
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue