mirror of https://github.com/usbharu/Hideout.git
fix: 起動しなかったので修正
This commit is contained in:
parent
457b6a12be
commit
7362d20565
|
@ -104,7 +104,9 @@ create table if not exists media
|
|||
"type" varchar(100) not null,
|
||||
blurhash varchar(255) null,
|
||||
mime_type varchar(255) not null,
|
||||
description varchar(4000) null
|
||||
description varchar(4000) null,
|
||||
actor_id bigint not null,
|
||||
constraint fk_media_actor_id__id foreign key (actor_id) references actors (id) on delete restrict on update restrict
|
||||
);
|
||||
|
||||
alter table actors
|
||||
|
|
Loading…
Reference in New Issue