server/sources/native.py
branchstable
changeset 4198 8d644eb862b9
parent 4195 86dcaf6bb92f
child 4204 60256056bda6
child 4212 ab6573088b4a
--- a/server/sources/native.py	Wed Dec 23 08:22:18 2009 +0100
+++ b/server/sources/native.py	Wed Dec 23 08:56:38 2009 +0100
@@ -594,7 +594,7 @@
 
 def sql_schema(driver):
     helper = get_adv_func_helper(driver)
-    tstamp_col_type = helper.TYPE_MAPPING.get('TIMESTAMP', 'TIMESTAMP')
+    tstamp_col_type = helper.TYPE_MAPPING['Datetime']
     schema = """
 /* Create the repository's system database */