~daisy-pluckers/oops-repository/trunk

« back to all changes in this revision

Viewing changes to oopsrepository/schema.py

  • Committer: Robert Collins
  • Date: 2011-04-03 11:14:12 UTC
  • Revision ID: robert@canonical.com-20110403111412-6s3jf6w2v38jsnjs
Add an insert method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    try:
30
30
        workaround_1779(mgr.create_column_family, keyspace, 'OOPS',
31
31
            comparator_type=UTF8_TYPE)
32
 
        workaround_1779(mgr.alter_column, keyspace, 'OOPS', 'date', LONG_TYPE)
33
32
        workaround_1779(mgr.create_column_family, keyspace, 'DayOOPS',
34
33
            comparator_type=TIME_UUID_TYPE)
35
34
    finally: