~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/registry/schema/__init__.py

  • Committer: Marc Tardif
  • Date: 2011-09-14 01:25:40 UTC
  • Revision ID: marc.tardif@canonical.com-20110914012540-1gs255vhv6kb0mg4
Added updating of submissions periodically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    id SERIAL NOT NULL PRIMARY KEY,
62
62
    distribution INTEGER NOT NULL,
63
63
    name TEXT NOT NULL,
 
64
    version TEXT NOT NULL,
64
65
    CONSTRAINT valid_name CHECK (valid_name(name)))
65
66
""",
66
67
"""