diff options
author | Melanie | 2010-05-24 23:40:22 +0100 |
---|---|---|
committer | Melanie | 2010-05-24 23:40:22 +0100 |
commit | 00737f1c13f66023264d30ec9ff51d842fd81ffa (patch) | |
tree | a2b02542aa39a02b5f3c02463cea372ccabe792f /OpenSim/Data/MySQL/Resources | |
parent | Add the SitGround flag back in (diff) | |
parent | Change the way alpha is interpreted on prim text. Manris #4723 (diff) | |
download | opensim-SC_OLD-00737f1c13f66023264d30ec9ff51d842fd81ffa.zip opensim-SC_OLD-00737f1c13f66023264d30ec9ff51d842fd81ffa.tar.gz opensim-SC_OLD-00737f1c13f66023264d30ec9ff51d842fd81ffa.tar.bz2 opensim-SC_OLD-00737f1c13f66023264d30ec9ff51d842fd81ffa.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/AssetStore.migrations | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/AssetStore.migrations b/OpenSim/Data/MySQL/Resources/AssetStore.migrations index 3fd58b7..9c55630 100644 --- a/OpenSim/Data/MySQL/Resources/AssetStore.migrations +++ b/OpenSim/Data/MySQL/Resources/AssetStore.migrations | |||
@@ -73,5 +73,5 @@ ALTER TABLE assets ADD COLUMN asset_flags INTEGER NOT NULL DEFAULT 0; | |||
73 | 73 | ||
74 | :VERSION 8 | 74 | :VERSION 8 |
75 | 75 | ||
76 | alter table assets add CreatorID varchar(36) not null default '' | 76 | ALTER TABLE assets ADD COLUMN CreatorID varchar(36) NOT NULL DEFAULT ''; |
77 | 77 | ||