diff options
author | Homer Horwitz | 2009-04-05 17:07:50 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-05 17:07:50 +0000 |
commit | 97fa525f4e6252031f5276193c4ca8fcac9e59bd (patch) | |
tree | 4773599a0e6d91d781f8603a218f0c52a3ebecec /OpenSim/Data | |
parent | Thanks BlueWall for a patch that adds Hypergrid dynamic linking to osTeleport... (diff) | |
download | opensim-SC_OLD-97fa525f4e6252031f5276193c4ca8fcac9e59bd.zip opensim-SC_OLD-97fa525f4e6252031f5276193c4ca8fcac9e59bd.tar.gz opensim-SC_OLD-97fa525f4e6252031f5276193c4ca8fcac9e59bd.tar.bz2 opensim-SC_OLD-97fa525f4e6252031f5276193c4ca8fcac9e59bd.tar.xz |
Adding migrations for MySQL and SQLite for removing the "old" cloud image.
The new one already in the Library will be reinserted automatically.
Fixes Mantis #964
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/006_AssetStore.sql | 1 | ||||
-rw-r--r-- | OpenSim/Data/SQLite/Resources/003_AssetStore.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/006_AssetStore.sql b/OpenSim/Data/MySQL/Resources/006_AssetStore.sql new file mode 100644 index 0000000..3104353 --- /dev/null +++ b/OpenSim/Data/MySQL/Resources/006_AssetStore.sql | |||
@@ -0,0 +1 @@ | |||
DELETE FROM assets WHERE id = 'dc4b9f0b-d008-45c6-96a4-01dd947ac621' | |||
diff --git a/OpenSim/Data/SQLite/Resources/003_AssetStore.sql b/OpenSim/Data/SQLite/Resources/003_AssetStore.sql new file mode 100644 index 0000000..f54f8d9 --- /dev/null +++ b/OpenSim/Data/SQLite/Resources/003_AssetStore.sql | |||
@@ -0,0 +1 @@ | |||
DELETE FROM assets WHERE UUID = 'dc4b9f0bd00845c696a401dd947ac621' | |||