Extended svn:eol-style to check some other file types.

This commit is contained in:
Jeff Ames
2007-12-20 01:01:42 +00:00
parent 27e0287526
commit 36a8f70931
11 changed files with 282 additions and 279 deletions

View File

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