Files
opensim/OpenSim/Data/MSSQL/Resources/022_RegionStore.sql
2009-06-17 14:54:25 +00:00

15 lines
446 B
SQL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
BEGIN TRANSACTION
ALTER TABLE regionsettings ADD loaded_creation_date varchar(20)
ALTER TABLE regionsettings ADD loaded_creation_time varchar(20)
ALTER TABLE regionsettings ADD loaded_creation_id varchar(64)
COMMIT
BEGIN TRANSACTION
ALTER TABLE regionsettings ADD loaded_creation_date varchar(20)
ALTER TABLE regionsettings ADD loaded_creation_time varchar(20)
ALTER TABLE regionsettings ADD loaded_creation_id varchar(64)
COMMIT