Core/Conditions: Fixed a mistake in Conditions loading which didn't allow to use SAI conditions with negative source entry (guid)

This commit is contained in:
Subv
2012-10-21 15:33:31 -05:00
parent 5548e89191
commit e475b50f58
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `conditions` CHANGE COLUMN `SourceEntry` `SourceEntry` MEDIUMINT(8) NOT NULL DEFAULT 0