Skip to content
Snippets Groups Projects
Commit 9cc37e06 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

update migration to account for the fact that we merged in an existing 012_* migration.

parent 342f6296
Branches
Tags
No related merge requests found
databaseChangeLog:
- changeSet:
id: 12
id: 13
author: agilliland
changes:
- createTable:
......
......@@ -10,7 +10,7 @@
{"include": {"file": "migrations/009_add_table_visibility_type_column.json"}},
{"include": {"file": "migrations/010_add_revision_table.yaml"}},
{"include": {"file": "migrations/011_cleanup_dashboard_perms.yaml"}},
{"include": {"file": "migrations/012_add_card_query_fields.yaml"}}
{"include": {"file": "migrations/012_add_activity_table.yaml"}}
{"include": {"file": "migrations/012_add_card_query_fields.yaml"}},
{"include": {"file": "migrations/013_add_activity_table.yaml"}}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment