OpenSimMirror/OpenSim/Data/MSSQL/Resources/023_RegionStore.sql

8 lines
229 B
SQL

BEGIN TRANSACTION
ALTER TABLE regionsettings DROP COLUMN loaded_creation_date
ALTER TABLE regionsettings DROP COLUMN loaded_creation_time
ALTER TABLE regionsettings ADD loaded_creation_datetime int NOT NULL default 0
COMMIT