~wgrant/openlp/openlyrics_test

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/lib/upgrade.py

  • Committer: Martin Zibricky
  • Date: 2011-10-06 16:16:29 UTC
  • mfrom: (1186.2.584 openlp)
  • Revision ID: mzibr.public@gmail.com-20111006161629-17tyvvq60h3h15dd
[merge] r1770, rename testing dir to tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
backend for the Songs plugin
30
30
"""
31
31
 
32
 
from sqlalchemy import Column, ForeignKey, Table, types
 
32
from sqlalchemy import Column, Table, types
33
33
from sqlalchemy.sql.expression import func
34
34
from migrate import changeset
35
35
from migrate.changeset.constraint import ForeignKeyConstraint