Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3577)

Unified Diff: trytond/backend/mysql/init.sql

Issue 3991046: trytond: Allow to use XML file for views (Closed)
Patch Set: External some missing views Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « setup.py ('k') | trytond/backend/postgresql/init.sql » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trytond/backend/mysql/init.sql
===================================================================
--- a/trytond/backend/mysql/init.sql
+++ b/trytond/backend/mysql/init.sql
@@ -24,7 +24,7 @@
id BIGINT AUTO_INCREMENT NOT NULL,
model VARCHAR(255) NOT NULL,
type VARCHAR(255),
- arch TEXT NOT NULL,
+ data TEXT NOT NULL,
field_childs VARCHAR(255),
priority BIGINT NOT NULL default 0,
PRIMARY KEY(id)
« no previous file with comments | « setup.py ('k') | trytond/backend/postgresql/init.sql » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b