Fixed SQL update error

0.6.0-stable
Johan Berntsson 2008-03-04 07:54:35 +00:00
parent d9224e259f
commit fe56c18795
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ALTER TABLE `regions`
ADD COLUMN `originUUID` varchar(36),
COMMENT='Rev. 2';
UPDATE `regions` SET originUUID=uuid;