onepanel/db/sql
2021-04-08 00:28:20 +08:00
..
20191210141652_create_workflow_templates.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20191210181732_create_workflow_template_versions.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200123130105_add_latest_workflow_template_version.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200204103708_add_is_archived_to_workflow_templates.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200407113554_remove_workflow_template_versions_table.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200413141037_create_workflow_execution.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200420112057_cache_workflow_template_versions_count.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200421103946_add_back_workflow_template_versions.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200422140125_add_cron_workflows.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200422160902_add_labels.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200424132932_add_started_and_version_to_workflow_executions.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200425172611_workspace_templates.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200425173049_workspace_template_versions.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200429141030_add_manifest_to_crons.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200502184729_workspaces.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200504161141_add_parameters_to_workflow_executions.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200510202248_add_is_system_to_workflow_templates.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200511164307_add_path_to_workspaces.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200512182928_add_updated_at_to_workspaces.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200518163745_add_conditional_unique_index_to_workflow_templates.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200521112757_add_namespace_cron_workflows.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200521124859_add_unique_index_cron_workflows_uid_namespace.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200521145827_add_is_archived_to_cron_wfs_and_wf_execs.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200522164526_alter_workflow_executions_column_sizes.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200522171359_alter_cron_workflows_column_sizes.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200524114047_update_is_archived_to_not_null.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200616194847_remove_workflow_template_versions_uid.sql fix: remove extraneous character 2020-06-30 10:49:22 -07:00
20200617122509_remove_url_from_workspaces.sql feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations. 2020-06-30 10:49:22 -07:00
20200630112657_update_version_types.sql fix: go migrations since they would still occur in the order of creation timestamp. Manually initializing them fixes this issue. 2020-07-01 16:06:18 -07:00
20200727155027_add_parameters_col_to_workflow_template_version.sql Added SQL migration to add "parameters" column to workflow_template_versions 2020-07-27 17:41:18 -07:00
20200807161614_upgrade_labels_to_jsonb.sql update: migration to migrate old labels to new labels and roll back 2020-08-10 11:35:42 -07:00
20200810132237_add_description_to_workspace_templates.sql feat: added description to workspace templates 2020-08-10 15:06:38 -07:00
20201023121927_fix_null_labels.sql fix: added migration to fix existing null labels 2020-10-23 12:24:34 -07:00
20201116105825_add_metrics_to_workflows.sql feat: added metrics to workflow_executions database related code 2020-11-16 12:08:17 -08:00
20201118200215_fix_default_migration.sql fix: issue where previous metrics migration was using old design for metrics column 2020-11-18 20:10:26 -08:00
20210326180613_add_description_to_workflow_template_versions.sql description feature wip 2021-04-06 04:34:47 +08:00
20210405195718_add_description_to_workflow_templates.sql removed unnecessary commits and description migration for workflow_templates db 2021-04-08 00:28:20 +08:00