diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations index d53daa4cf9..b2c3357c6d 100644 --- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations @@ -566,5 +566,4 @@ ALTER TABLE `regionsettings` ADD COLUMN `TerrainPBR1` varchar(36) NOT NULL DEFAU ALTER TABLE `regionsettings` ADD COLUMN `TerrainPBR2` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; ALTER TABLE `regionsettings` ADD COLUMN `TerrainPBR3` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; ALTER TABLE `regionsettings` ADD COLUMN `TerrainPBR4` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; - COMMIT; diff --git a/OpenSim/Data/PGSQL/PGSQLMuteListData.cs b/OpenSim/Data/PGSQL/PGSQLMuteListData.cs index 6b49f46fa7..a1721d1962 100644 --- a/OpenSim/Data/PGSQL/PGSQLMuteListData.cs +++ b/OpenSim/Data/PGSQL/PGSQLMuteListData.cs @@ -69,4 +69,4 @@ namespace OpenSim.Data.PGSQL } } } -} \ No newline at end of file +} diff --git a/OpenSim/Data/PGSQL/Resources/MuteListStore.migrations b/OpenSim/Data/PGSQL/Resources/MuteListStore.migrations index 83f3fcc2c0..e04186ba02 100644 --- a/OpenSim/Data/PGSQL/Resources/MuteListStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/MuteListStore.migrations @@ -14,4 +14,4 @@ CREATE TABLE IF NOT EXISTS MuteList ( CONSTRAINT unique_agent_2 UNIQUE ("AgentID", "MuteId", "MuteName") ); -COMMIT; \ No newline at end of file +COMMIT;