feat: migrated all models to diesel
This commit is contained in:
parent
daead2116b
commit
7b52b803c8
7 changed files with 109 additions and 12 deletions
|
|
@ -4,6 +4,6 @@ create table events (
|
|||
references plants (id)
|
||||
on delete cascade,
|
||||
event_type text not null,
|
||||
date text not null,
|
||||
date date not null,
|
||||
description text not null
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue