diff options
author | Diva Canto | 2010-05-23 12:22:47 -0700 |
---|---|---|
committer | Diva Canto | 2010-05-23 12:22:47 -0700 |
commit | 1ab826d67c218947bb89cbc781a589babcaf2666 (patch) | |
tree | 69b0ab00b08e4580b2f6229811dc981cb0468085 /OpenSim | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-1ab826d67c218947bb89cbc781a589babcaf2666.zip opensim-SC_OLD-1ab826d67c218947bb89cbc781a589babcaf2666.tar.gz opensim-SC_OLD-1ab826d67c218947bb89cbc781a589babcaf2666.tar.bz2 opensim-SC_OLD-1ab826d67c218947bb89cbc781a589babcaf2666.tar.xz |
The 8th migration statement in AssetStore.migrations didn't look right.
Diffstat (limited to 'OpenSim')
-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 | ||