From 97fa525f4e6252031f5276193c4ca8fcac9e59bd Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sun, 5 Apr 2009 17:07:50 +0000 Subject: 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 --- OpenSim/Data/MySQL/Resources/006_AssetStore.sql | 1 + OpenSim/Data/SQLite/Resources/003_AssetStore.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 OpenSim/Data/MySQL/Resources/006_AssetStore.sql create mode 100644 OpenSim/Data/SQLite/Resources/003_AssetStore.sql (limited to 'OpenSim') 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' -- cgit v1.1