Skip to content
Snippets Groups Projects
Commit 50812a5a authored by Evgeny Lavrik's avatar Evgeny Lavrik
Browse files

Fix broken tutorial schema

parent e1074130
No related branches found
No related tags found
No related merge requests found
{
"generatorVersion": "1.2.0",
"version": "1.0.0",
"version": "1.0.1",
"name": "Tutorial",
"versioned": true,
"classes": [
......@@ -59,7 +59,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "[]",
"jsDefaultValue": "\"\"",
"jsDefaultValue": "[]",
"phpDefaultValue": "[]",
"phpDbType": "text"
},
......@@ -73,7 +73,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "\"\"",
"jsDefaultValue": "",
"jsDefaultValue": "\"\"",
"phpDefaultValue": "''",
"phpDbType": "text"
},
......@@ -87,7 +87,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "\"\"",
"jsDefaultValue": "",
"jsDefaultValue": "\"\"",
"phpDefaultValue": "''",
"phpDbType": "text"
},
......@@ -145,7 +145,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "\"\"",
"jsDefaultValue": "0",
"jsDefaultValue": "\"\"",
"phpDefaultValue": "''",
"phpDbType": "text"
},
......@@ -159,7 +159,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "[]",
"jsDefaultValue": "",
"jsDefaultValue": "[]",
"phpDefaultValue": "[]",
"phpDbType": "text"
},
......@@ -173,15 +173,15 @@
"importedClass": true,
"regex": "",
"pythonDefaultValue": "\"\"",
"jsDefaultValue": "[]",
"phpDefaultValue": "[]",
"jsDefaultValue": "\"\"",
"phpDefaultValue": "\"\"",
"phpDbType": "text"
},
{
"name": "TestDate",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"defaultValue": "TimeStamp(0)",
"defaultValue": "TimeStamp()",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -215,7 +215,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "\"\"",
"jsDefaultValue": "",
"jsDefaultValue": "\"\"",
"phpDefaultValue": "''",
"phpDbType": "text"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment