edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Add Alembic Database Migration configs #153

Closed linuxdaemon closed 6 years ago

linuxdaemon commented 7 years ago

Alembic allows versioning of database schemas, so this would allow alterations to existing DB tables to be tracked (like adding columns, altering existing columns, etc)

linuxdaemon commented 6 years ago

@edwardslabs did you make a decision on this PR?

linuxdaemon commented 6 years ago

Closing and rewriting this due to recent core and plugin changes