mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Correcting errors in previous change: MySQL needs int unsigned, not
unsigned int. PGSQL has no unsigned types, changing to bigint.
This commit is contained in:
@@ -944,7 +944,7 @@ COMMIT;
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE land CHANGE COLUMN LandFlags LandFlags unsigned default null;
|
||||
ALTER TABLE land CHANGE COLUMN LandFlags LandFlags int unsigned default null;
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user