diff options
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt | 28 |
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 | ||
3 | MySQL is used as reference script against which differences are listed. | 3 | MySQL is used as reference script against which differences are listed. |
4 | 4 | ||
5 | Generally MySQL create table options should be removed for other databases. | 5 | Generally 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 |