Clojure migration to split v1 data perm paths into v2 data & query perms (#28350)
* new clojure migration for v1->v2 permissions * updates * fix rebase issue * fix reflection warning * fix final test and address comment about macro name * fix indentation * revert changes to defmigration macro to try to fix final test
Showing
- .clj-kondo/config.edn 1 addition, 1 deletion.clj-kondo/config.edn
- bin/lint-migrations-file/src/change_set/strict.clj 1 addition, 1 deletionbin/lint-migrations-file/src/change_set/strict.clj
- resources/migrations/000_migrations.yaml 8 additions, 0 deletionsresources/migrations/000_migrations.yaml
- src/metabase/db/custom_migrations.clj 62 additions, 23 deletionssrc/metabase/db/custom_migrations.clj
- src/metabase/db/setup.clj 7 additions, 8 deletionssrc/metabase/db/setup.clj
- test/metabase/db/schema_migrations_test.clj 58 additions, 1 deletiontest/metabase/db/schema_migrations_test.clj
Loading
Please register or sign in to comment