diff options
author | Justin Clark-Casey (justincc) | 2010-09-01 22:06:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-01 22:06:56 +0100 |
commit | b9db495d91b1618c9caf0aeb81f65ad7ef86dc2a (patch) | |
tree | a6539350e5fdf6037769937db81c4738dac4fff4 /OpenSim/Data/SQLite/Resources/020_RegionStore.sql | |
parent | refactor: move SOG.AttachToAgent() into AttachmentsModule (diff) | |
download | opensim-SC-b9db495d91b1618c9caf0aeb81f65ad7ef86dc2a.zip opensim-SC-b9db495d91b1618c9caf0aeb81f65ad7ef86dc2a.tar.gz opensim-SC-b9db495d91b1618c9caf0aeb81f65ad7ef86dc2a.tar.bz2 opensim-SC-b9db495d91b1618c9caf0aeb81f65ad7ef86dc2a.tar.xz |
Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and 020 into RegionStore.migrations
This shows that panda is still not running the sqlite database tests since this change fixes the test failure in that area when "nant test" is executed locally
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/Resources/020_RegionStore.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Data/SQLite/Resources/020_RegionStore.sql b/OpenSim/Data/SQLite/Resources/020_RegionStore.sql deleted file mode 100644 index 39cb752..0000000 --- a/OpenSim/Data/SQLite/Resources/020_RegionStore.sql +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | BEGIN; | ||
2 | |||
3 | ALTER TABLE prims ADD COLUMN MediaURL varchar(255); | ||
4 | ALTER TABLE primshapes ADD COLUMN Media TEXT; | ||
5 | |||
6 | COMMIT; \ No newline at end of file | ||