The files that I missed from Tleiades patch.

This commit is contained in:
MW
2007-10-08 16:42:05 +00:00
parent 4c25008850
commit f13611bbc9
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `inventoryfolders`
ADD COLUMN `type` smallint NOT NULL default 0,
ADD COLUMN `version` int NOT NULL default 0,
COMMENT='Rev. 2';