diff options
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_AssetStore.sql')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_AssetStore.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_AssetStore.sql b/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_AssetStore.sql index e553cff..07994f4 100644 --- a/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_AssetStore.sql +++ b/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_AssetStore.sql | |||
@@ -8,7 +8,7 @@ create table Assets( | |||
8 | Description varchar(64), | 8 | Description varchar(64), |
9 | Local boolean, | 9 | Local boolean, |
10 | Temporary boolean, | 10 | Temporary boolean, |
11 | Data blob, | 11 | Data blob |
12 | ); | 12 | ); |
13 | 13 | ||
14 | END; \ No newline at end of file | 14 | END; \ No newline at end of file |