-
- Downloads
Rename collection revision (#15616)
* Table collection_revision -> collection_permission_graph_revision in anticipation of getting collection revisions in, need the table name as the previous table named this was tracking changes to the permission graph * rename collection permission graph revision alias * Remove unnecessary or for precondition * Rename sequence in sql liquibase has a renameSequence changeset but it doesn't work for h2 obviously. However, it doesn't allow this constraint to be honored with a precondition. Just having this changeset on h2 blows up
Showing
- resources/migrations/000_migrations.yaml 20 additions, 0 deletionsresources/migrations/000_migrations.yaml
- src/metabase/cmd/copy.clj 3 additions, 3 deletionssrc/metabase/cmd/copy.clj
- src/metabase/models.clj 3 additions, 3 deletionssrc/metabase/models.clj
- src/metabase/models/collection/graph.clj 4 additions, 3 deletionssrc/metabase/models/collection/graph.clj
- src/metabase/models/collection_permission_graph_revision.clj 6 additions, 6 deletionssrc/metabase/models/collection_permission_graph_revision.clj
- test/metabase/models/collection/graph_test.clj 13 additions, 12 deletionstest/metabase/models/collection/graph_test.clj
Loading
Please register or sign in to comment