aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt b/OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt
index f3d86df..1c89516 100644
--- a/OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt
+++ b/OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt
@@ -1,14 +1,14 @@
1?This file describes the differences in schema creation and migration scripts. 1?This file describes the differences in schema creation and migration scripts.
2 2
3MySQL is used as reference script against which differences are listed. 3MySQL is used as reference script against which differences are listed.
4 4
5Generally MySQL create table options should be removed for other databases. 5Generally MySQL create table options should be removed for other databases.
6 6
7_PostgreSQL_ 7_PostgreSQL_
8* DOUBLE->DOUBLE PRECISION 8* DOUBLE->DOUBLE PRECISION
9* BIT->BOOLEAN 9* BIT->BOOLEAN
10 10
11_MsSql_ 11_MsSql_
12* VARCHAR->NVARCHAR 12* VARCHAR->NVARCHAR
13* Remove DEFAULT-keywords 13* Remove DEFAULT-keywords
14* DOUBLE->REAL 14* DOUBLE->REAL