Add the UserStore migrations to the TP fixes patch

0.6.0-stable
Melanie Thielker 2008-08-14 11:15:11 +00:00
parent 230c80be54
commit 17715da311
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE users add homeRegionID char(36) NOT NULL default '00000000-0000-0000-0000-000000000000';
COMMIT;

View File

@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE users add homeRegionID varchar(36) NOT NULL default '00000000-0000-0000-0000-000000000000';
COMMIT;