storyboard/storyboard/db/migration/alembic_migrations/versions
Adam Coldrick d0b595db25 Consolidate old database migrations
This commit consolidates the migrations between 001 and 048 (inclusive)
into a single database migration, to speed up the process of creating a
new database.

Change-Id: I2718165fc246ad499e6c3b164f557e9ab1580c03
2017-10-09 19:58:29 +01:00
..
001_initial_version.py Consolidate old database migrations 2017-10-09 19:58:29 +01:00
049_add_tables_for_worklists_and_boards.py Consolidate old database migrations 2017-10-09 19:58:29 +01:00
050_add_detailed_permissions_to_boards_and_.py Implement complex permissions for worklists and boards 2015-12-03 17:38:15 +00:00
051_add_story_title_event_info.py Amend docstring of migration 051 2016-02-23 09:44:45 +00:00
052_add_column_for_task_links.py Add column for task links 2016-02-08 17:18:53 +00:00
053_add_due_dates_for_tasks_and_stories.py Add Due Dates to the API 2016-02-25 18:35:32 +00:00
054_add_archived_field_to_cards.py Archive cards instead of deleting them 2016-03-06 10:04:20 +00:00
055_allow_comments_to_be_replies_to_other_.py Add an "in_reply_to" column to comments 2016-03-06 10:04:20 +00:00
056_use_filters_with_multiple_criteria_for_.py Add API functionality for automatic worklist filters 2016-03-22 11:44:01 +00:00
057_allow_stories_and_tasks_to_be_made_.py Add a table for story permissions 2016-05-06 14:10:32 +00:00
058_allow_subscription_to_worklists.py Support subscription to worklists in the API 2016-06-14 14:53:00 +00:00
059_add_a_table_for_comment_history.py Store history of a comment when editing 2016-06-23 15:11:59 +00:00
060_allow_timeline_events_to_be_related_to_.py Allow timeline events to be related to worklists and boards 2016-07-18 10:30:44 +00:00
061_extends_project_name_and_project_group_.py Increase project and project group name length limitation 2017-04-03 08:47:37 +00:00
README Add SQLalchemy database model 2014-01-13 18:52:47 +04:00

README

This directory contains the migration scripts for the storyboard project.  Please
see the README in storyboard/db/migration on how to use and generate new
migrations.