Add the missing migration files :/
parent
ab778c4114
commit
c9b39972ca
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
alter table estate_settings add column AbuseEmail varchar(255) not null;
|
||||
|
||||
alter table estate_settings add column EstateOwner varchar(36) not null;
|
||||
|
||||
commit;
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
alter table estate_settings add column AbuseEmail varchar(255) not null default '';
|
||||
|
||||
alter table estate_settings add column EstateOwner varchar(36) not null default '';
|
||||
|
||||
commit;
|
||||
|
Loading…
Reference in New Issue