This commit is contained in:
Brett Nordin 2017-12-15 18:57:31 -07:00 committed by GitHub
parent d0840ac898
commit bdeea926c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -519,9 +519,6 @@ SQL1_1 = INSERT INTO territory SET owner_uid = ?, name = ?, position_x = ? , pos
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,12-NULL,10,11
Return InsertID = true
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12
Return InsertID = true
[loadTerriotryIdPage]
SQL1_1 = SELECT id FROM territory WHERE deleted_at IS NULL LIMIT ?,?