6 Commits

Author SHA1 Message Date
Adrian Moennich
5a9a415966 Properly disable autoincrement in assoc table
- for the chatroom_id FK it's already done automatically by SQLAlchemy
- for event_id (not a FK yet) it should be specified in the model, too
2014-10-01 10:19:16 +02:00
Adrian Moennich
67d5abc6c7 Don't preserve IDs
They are not referenced anywhere nor exposed to users.
2014-09-30 18:15:01 +02:00
Adrian Moennich
00b059afc2 Use ChatPlugin.Instance instead of current_plugin 2014-09-30 18:13:32 +02:00
Adrian Moennich
75365d1213 Add ZODB importer 2014-09-30 18:12:45 +02:00
Adrian Moennich
515292509d Add database models 2014-09-29 15:36:01 +02:00
Adrian Moennich
1421347650 Initial commit
Only adds the very basic plugin structure
2014-09-29 11:15:14 +02:00