summaryrefslogtreecommitdiff
path: root/src/mailman/database/schema/sqlite_20130406000000_01.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrations will be replaced with Alchemy.Barry Warsaw2014-09-221-46/+0
| | | | | | We don't need the raw SQL schema stuff any more. We don't need the Version table any more.
* Checkpointing.Barry Warsaw2013-11-251-2/+18
|
* Only do the cleanup if we're not using SQLite.Barry Warsaw2013-10-241-1/+0
|
* Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-0/+31
* Rename StormBaseDatabase._create() -> .initialize() * Refactor database initialization. * make_listid() helper. * Add a pivot() helper for schema migrations.