Add a resource file on Strawberry's patch I missed

This commit is contained in:
Melanie Thielker
2008-10-18 16:31:05 +00:00
parent 11fd935038
commit af7fcb540c

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