storyboard/storyboard/db/migration/alembic_migrations/versions
Adam Coldrick 792a650366 Allow timeline events to be related to worklists and boards
This commit allows timeline events to be related to worklists
and boards. This will allow events to be created when changes
occur in worklists and boards, leading to the creation of an
events timeline for those things.

Change-Id: I881920c69c2fe1cb7cdfd7529f50e8e5c94cd1d4
2016-07-18 10:30:44 +00:00
..
001_initial_version.py Remove Branch and Milestone legacy tables 2014-03-20 14:58:31 +01:00
002_user_update.py Rename migration revisions 2014-03-12 11:39:07 +04:00
003_deletion_states.py Rename migration revisions 2014-03-12 11:39:07 +04:00
004_expand_project_description.py Fix DB migrations in unit tests 2014-03-17 19:49:13 +04:00
005_is_active_defaults.py Rename migration revisions 2014-03-12 11:39:07 +04:00
006_user_fullname.py Replaced first_name and last_name with full_name. 2014-03-14 12:34:08 -07:00
007_is_active_in_comments.py Added db_api for comments 2014-03-19 19:55:13 +04:00
008_drop_legacy_tables.py Remove Branch and Milestone legacy tables 2014-03-20 14:58:31 +01:00
010_remove_legacy_priority.py Fix the deployment sequencing 2014-03-27 12:18:42 -07:00
011_authorization_models.py Fix the deployment sequencing 2014-03-27 12:18:42 -07:00
012_task_states.py Changed task states 2014-04-08 10:32:55 -07:00
013_hard_delete_auth.py Hard delete for auth stuff 2014-04-10 12:36:59 +04:00
014_hard_delete_tasks.py Hard delte for tasks 2014-04-14 15:44:14 -07:00
015_hard_delete_stories.py Collate story metadata for status 2014-04-23 11:27:14 -07:00
016_task_creator.py Creator field added to a Task model 2014-04-23 15:32:00 -07:00
017_timeline_events.py Fix a migration file name 2014-05-14 13:40:56 +04:00
018_task_priority.py Added priorities to tasks 2014-05-19 15:26:20 -07:00
019_refresh_token_expiration.py Refresh token support 2014-05-23 14:52:30 +04:00
020_project_names_validation.py Validate Project and Project Groups names 2014-06-23 14:55:40 +04:00
021_subscription.py Adding subsription model and DB API 2014-08-05 18:15:31 -07:00
022_fulltext_indexes.py Replace deprecated LOG.warn with LOG.warning 2016-03-11 15:54:03 +05:30
023_story_tags.py Assocate StoryTag with Story via mapping 2014-08-13 14:24:20 +04:00
024_subscription_events.py Added a subscription_events table & subscription hander 2014-08-19 08:44:47 -07:00
025_subscription_event_actor.py Event actor now added to message payload 2014-09-18 08:51:10 -07:00
026_expand_story_tags.py Expanded length of storytag name. 2014-09-29 08:47:26 -07:00
027_disable_login.py Disable login for users 2014-10-02 17:53:51 -07:00
028_user_preferences.py Add User Preferences endpoint. 2014-10-20 14:28:28 -07:00
029_strip_user_constraints.py Permit name conflicts in users table. 2014-11-11 08:40:50 -08:00
030_medium_text_comments.py Updated size of comment content. 2014-11-12 13:04:19 -08:00
031_resize_fields.py Extended titles 2014-12-25 17:29:47 +03:00
032_repo_url.py Git repo links in project table 2015-01-12 15:51:52 +03:00
033_authorization_token_ttl.py OAuth tests for invalid authorization codes. 2015-02-06 12:18:29 -08:00
034_refresh_access_token_reference.py OAuth delete refresh tokens when access tokens deleted. 2015-02-06 14:02:02 -08:00
035_projects_autocreate_branches.py Added branches to storyboard 2015-02-26 13:56:38 +03:00
036_branches_table.py Added branches to storyboard 2015-02-26 13:56:38 +03:00
037_branch_id_in_tasks.py Added branches to storyboard 2015-02-26 13:56:38 +03:00
038_milestones.py Added milestones 2015-03-02 11:11:59 +01:00
039_milestone_id_in_tasks.py Added milestones 2015-03-02 11:11:59 +01:00
040_create_accesstoken_index.py Add an index on accesstokens table for access_token column 2015-03-03 12:57:09 -08:00
041_refresh_access_tokens.py Split auth in api and change user_tokens 2015-03-12 14:47:04 +03:00
042_remove_nick.py Replace deprecated LOG.warn with LOG.warning 2016-03-11 15:54:03 +05:30
043_fix_tasks.py Branches, milestones and projects ids validation in tasks 2015-03-30 14:32:02 +03:00
044_story_types.py Added story types 2015-03-30 14:34:35 +03:00
045_story_type_id.py Added story types 2015-03-30 14:34:35 +03:00
046_branches_restricted.py Added story types 2015-03-30 14:34:35 +03:00
047_may_mutate_to.py Added story types 2015-03-30 14:34:35 +03:00
048_refresh_access_token_link.py One-To-One relationship for Access and Refresh Tokens 2015-04-13 17:44:35 -07:00
049_add_tables_for_worklists_and_boards.py Add tables for Worklists and Boards 2015-10-07 13:05:37 +00: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
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.