~midori/midori/trunk

« back to all changes in this revision

Viewing changes to data/forms/Create.sql

  • Committer: Christian Dywan
  • Date: 2013-09-17 22:02:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6405.
  • Revision ID: christian.dywan@canonical.com-20130917220212-4w2b10bxo9k58kav
Use Midori.Database in formhistory extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE IF NOT EXISTS forms
 
2
(
 
3
    domain text,
 
4
    field text,
 
5
    value text
 
6
)