cr-connect-workflow/migrations/versions
Dan 65e62a72e1 These migrations were not runnable from blank state, so cleared out broken code, so someone can still brining up a system. 2022-02-17 15:04:09 -05:00
..
0f38d7a36f21_.py Fixing migration. 2020-04-21 17:31:20 -04:00
1c3f88dbccc3_.py Merge branch 'dev' into feature/update_study_status_latest 2020-07-31 14:26:24 -06:00
1fb36d682c7f_.py Always but always but ALWAYS, use server_default=func.now() when setting up a datetime field we autopopulate. 2022-01-12 12:33:59 -05:00
1fdd1bdb600e_.py Continuing a major refactor. Some important points: 2020-06-17 17:11:15 -04:00
2a6f7ea00e5f_.py Make changes to alembic process - fix test for new API 2021-08-02 08:59:24 -04:00
2e7b377cbc7b_.py Convert protocol builder status to always be in lower case in order to better match the front end. And also fixing an issue with the multi_instance that is oddly broken suddenly, and I don't know why. 2020-07-28 17:16:48 -04:00
3c56c894ff5c_.py Another re-work to fix 619 - and to assure that we aren't rebuilding the lookup tables too frequently. 2022-02-17 11:59:48 -05:00
3d9ae7cfc231_.py Revision file for DB changes 2021-08-16 13:02:12 -04:00
5acd138e969c_.py Updating migrations 2020-06-24 21:47:15 -06:00
5c63a89ee7b7_.py Admin flag on category + migration + updated test 2021-09-29 16:53:59 -04:00
5e0709e172fa_.py Adds display order to categories 2020-03-26 15:29:52 -04:00
5f06108116ae_.py Adds is_status flag to workflow specs 2020-03-13 14:56:46 -04:00
6d8ceb1c18cb_email_table_changes.py Change column in email table from workflow_id to workflow_spec_id 2021-10-12 13:42:11 -04:00
7be7cecbeea8_.py Adds display order to Workflow Spec 2020-04-09 14:25:14 -04:00
7c0de7621a1f_.py missing another migration. This should fix it. 2020-03-30 09:40:56 -04:00
8b976945a54e_.py Fixed column definition for standalone 2021-04-29 14:29:43 -04:00
9afbd55082a0_new_study_info_data_points.py Add `short_name` and `proposal_name` to the study model 2021-09-17 11:53:45 -04:00
9b43e725f39c_.py Adding missing migration. 2020-05-25 23:47:40 -04:00
23c62c933848_.py forgot the migration. 2020-05-28 10:31:20 -04:00
25f846183f1c_new_email_attributes.py Fixed revision conflict 2021-10-07 12:39:07 -04:00
29bad12c9945_.py Adding the migration - very destructive, but required for running the app. 2022-02-10 11:50:31 -05:00
30e017a03948_.py Add user_uid column to file_data table 2021-07-06 17:07:47 -04:00
44dd9397c555_new workflow status.py In `WorkflowService.do_waiting`, if a workflow causes an exception, change its status from `waiting` to `erroring` so we don't continue to call it in `do_waiting`. 2021-12-09 15:33:39 -05:00
55c6cd407d89_.py Adds cascade to study relationship so data loader doesn't freak out. 2020-05-22 22:04:11 -04:00
65b5ed6ae05b_remove_slashes_from_name_values.py Pushed so Dan can play 2022-01-18 15:55:49 -05:00
65f3fce6031a_.py Adds is_status flag to workflow_spec, status_spec_id & version to study, and is_active flag to WorkflowApi 2020-03-15 15:52:59 -04:00
87af86338630_.py Adding a migration for the last commit. 2020-03-30 08:36:10 -04:00
90dd63672e0a_.py Adds workflow stats and task events models and schemas. Updates workflow stats and logs task completion when task data is updated. 2020-03-10 21:29:57 -04:00
476f8a4933ba_.py If you name add a file to a workflow that has the exact same name as a Task Spec's ID, and an extension of "md", it wll use that file as the markdown content, and ignore the markdown in the documentation on the task spec. 2020-04-17 13:30:32 -04:00
0718ad13e5f3_.py Added ID as pk 2020-11-11 11:36:25 -05:00
1685be1cc232_.py Adding Migration, and checking that everything till works the same as before, only a little better. 2020-04-22 15:45:58 -04:00
5064b72284b7_.py Faster lookup fields. We were parsing the spec each time to get details about how to search. We're just grabbing the workflow id and task id now and building that straight into the full text search index for faster lookups. Should be peppy. 2020-05-29 01:39:39 -04:00
7225d990740e_move_files_to_filesystem.py These migrations were not runnable from blank state, so cleared out broken code, so someone can still brining up a system. 2022-02-17 15:04:09 -05:00
13424d5a6de8_.py as always, forgot the migration. 2020-06-02 18:17:51 -04:00
69081f1ff387_.py Adds user uid and cascades study event in study model. Fixes migration to properly downgrade enums. 2020-08-12 10:13:23 -04:00
665624ac29f1_.py Resolving an alembic conflict. 2021-05-04 13:39:49 -04:00
8580676e5302_change_workflow_spec_category_id_to_.py remove `name` column from workflow_spec and workflow_spec_category 2021-10-05 13:10:36 -04:00
8856126b6658_.py Fixes migrations. Will require full database reset. 2020-03-06 09:50:32 -05:00
17597692d0b0_.py Fixing the migrations so I don't break the universe. 2020-06-04 10:09:36 -04:00
981156283cb9_.py Model changes and revision file for task_spec column to file and data_store models 2021-08-26 10:36:10 -04:00
62910318009f_.py When retrieving the study, only update the status of underlying workflows if specifically requested. 2021-04-30 11:55:12 -04:00
a4f87f90cc64_add_log_table.py New task_log model with schema, and migration 2021-10-27 12:19:09 -04:00
ab06a94e5d4c_.py Adds AdminSession model and refactors impersonation methods to use it. 2020-07-30 12:40:53 -04:00
abeffe547305_update_type_on_task_events_table.py Convert some datetime columns to include timezone 2021-04-28 10:00:22 -04:00
ac1141d29d37_.py These migrations were not runnable from blank state, so cleared out broken code, so someone can still brining up a system. 2022-02-17 15:04:09 -05:00
afecb64d2e66_.py Forgot a migration 2020-03-27 12:19:32 -04:00
ba6df7e560a1_modify_email_timestamp.py Fix timestamp field to use (UTC) timezone 2021-10-13 11:46:57 -04:00
bbf064082623_.py Switching from using "default" to "server_default" for all default time settings, and running migrations so that this is set at the database level rather than in python, to hopefully correct some issues with dates being 4 hours in the future. Having a very hard time replicating this issue locally. 2021-05-14 12:28:50 -04:00
bec71f7dc652_.py This migration will clear out any approvals in the database. 2020-05-28 20:13:33 -04:00
c4ddb69e7ef4_.py Adds enrollment_date to study model 2020-07-22 09:35:08 -04:00
c16d3047abbe_.py fix revisions 2021-07-29 09:41:39 -04:00
c51ea6590f5d_.py Adding the migration. 2022-02-02 16:21:45 -05:00
c1449d1d1681_.py Resolving an alembic conflict. 2021-05-04 13:39:49 -04:00
c6261ac7a7bc_.py Make sure alembic version is added 2021-02-16 09:06:03 -05:00
c872232ebdcb_.py fixing migration paths (I hope) and fixing a down migration that wasn't working as I attempted to debug. 2021-03-02 14:36:20 -05:00
cb892916166a_.py service and scripts with working test - still needs a few more tests to try out, but should work to get Mike going 2021-02-24 12:55:23 -05:00
cc4bccc5e5a8_.py Setting JSON_SORT_KEYS to false, assuring that Flask does not resort all data returned to the front end. 2020-05-06 10:59:49 -04:00
d830959e96c0_new_study_progress_statuses.py Seeded progress_status column when status is in_progress 2021-12-10 16:27:17 -05:00
dc30b8f6571c_merge_30e017a03948_and_c16d3047abbe.py Hot patch, merging two heads. 2021-07-12 11:14:31 -04:00
ddd5fc9ea75b_.py Allow migration even when data exists. 2020-03-23 13:39:54 -04:00
de30304ff5e6_.py Shifting to a different model, where the TaskEvents store ONLY the form data submitted for that task. 2020-06-19 08:22:53 -04:00
e0dfdbfd6f69_add_columns.py Add mostly-working elements of the data-store, compare with dev to see why db is not working after running tests 2020-11-10 08:24:17 -05:00
e8cc6a9245f3_.py Always but always but ALWAYS, use server_default=func.now() when setting up a datetime field we autopopulate. 2022-01-12 12:33:59 -05:00
efdc41cc7fbf_.py forgot the migration, also fixing an error in the TaskLogQuerySchema. 2022-01-10 13:26:16 -05:00
f28ee3722c49_.py Add short_title to study, change update_study task to use kw arguments and add the short_title to the update_study script 2021-03-02 10:03:53 -05:00
f186725c1ad3_.py Add last_updated field - change the api signature to be closer to what we need going forward, but retain the old methods for testing the script get/set through the API 2020-11-13 12:03:29 -05:00
ff29528a9909_.py fixing migration paths (I hope) and fixing a down migration that wasn't working as I attempted to debug. 2021-03-02 14:36:20 -05:00
ffef4661a37d_.py Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks. 2020-07-14 22:16:44 -04:00