aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt
diff options
context:
space:
mode:
authorSean Dague2009-02-16 19:23:53 +0000
committerSean Dague2009-02-16 19:23:53 +0000
commitc7a08752c0d49a470534fcebcd13710f517b3d00 (patch)
tree15fc841c9aff09eacd956bb6e9370cb591f86d0e /OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt
parent* refactor: remove AssetCache field hanging off Scene (diff)
downloadopensim-SC_OLD-c7a08752c0d49a470534fcebcd13710f517b3d00.zip
opensim-SC_OLD-c7a08752c0d49a470534fcebcd13710f517b3d00.tar.gz
opensim-SC_OLD-c7a08752c0d49a470534fcebcd13710f517b3d00.tar.bz2
opensim-SC_OLD-c7a08752c0d49a470534fcebcd13710f517b3d00.tar.xz
line ending fixes and set native eol property
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/MigrationSyntaxDifferences.txt')
-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