fix dbschema: add type for edited
This commit is contained in:
parent
80a6317ac5
commit
4bf62cf2a8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ sub initialize_db {
|
|||
action_id smallint not null,
|
||||
station_id int references stations (id),
|
||||
action_time timestamptz not null,
|
||||
edited not null,
|
||||
edited smallint not null,
|
||||
train_type varchar(16),
|
||||
train_line varchar(16),
|
||||
train_no varchar(16),
|
||||
|
|
Loading…
Reference in a new issue