Add a resource file on Strawberry's patch I missed

0.6.0-stable
Melanie Thielker 2008-10-18 16:31:05 +00:00
parent 11fd935038
commit af7fcb540c
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
BEGIN TRANSACTION
ALTER TABLE land ADD OtherCleanTime integer NOT NULL default 0;
ALTER TABLE land ADD Dwell integer NOT NULL default 0;
COMMIT