Add the missing migration files :/

0.6.0-stable
Melanie Thielker 2008-08-01 02:54:28 +00:00
parent ab778c4114
commit c9b39972ca
2 changed files with 16 additions and 0 deletions

View File

@ -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;

View File

@ -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;