Changeset 738 for trunk/Common/Setup/FullInstall.php
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/FullInstall.php
r592 r738 9 9 CREATE DEFINER=`centrala`@`localhost` FUNCTION `CompareNetworkPrefix`(Address1 INT(11) UNSIGNED, Address2 INT(11) UNSIGNED, Size INT(11)) RETURNS tinyint(1) 10 10 RETURN Address1 & (-1 << (32 - Size)) = Address2 & (-1 << (32 - Size)); 11 11 12 12 -- 13 13 -- Struktura tabulky `ChatHistory` … … 2033 2033 $Manager->Execute("INSERT INTO `SystemVersion` (`Id`, `Revision`) VALUES 2034 2034 (1, 495);"); 2035 2035 2036 2036 } 2037 2037
Note:
See TracChangeset
for help on using the changeset viewer.