dbgenerate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 05:04:05 +0000 (13:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 05:04:05 +0000 (13:04 +0800)
dbgenerate.js

index 793595e..f81f79d 100644 (file)
@@ -295,8 +295,7 @@ tables.forEach(function(table) {
        
     var firstTxtCol = '';
     
-    print(JSON.stringify(schema, null,4));
-    Seed.quit();
+    //print(JSON.stringify(schema, null,4));    Seed.quit();
     
     schema.forEach(function(e)  {
         var type = e.Type.match(/([^(]+)\(([^\)]+)\)/);