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 + 1 file changed, 1 insertion(+) create mode 100644 OpenSim/Data/MySQL/Resources/006_AssetStore.sql (limited to 'OpenSim/Data/MySQL/Resources') 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' -- cgit v1.1