Add `created_at` to Collection (#25871)
* Add created_at to Collection * Simplified migrations [ci skip] * Add SQL for H2 and MySQL; add tests * Sort namespaces * Test fixes* Test fixes * Test fixes * Make sure MySQL/MariaDB Liquibase generator sets the current timestamp function for ADD COLUMN
Showing
- enterprise/backend/test/metabase_enterprise/serialization/v2/storage/yaml_test.clj 20 additions, 14 deletions...etabase_enterprise/serialization/v2/storage/yaml_test.clj
- resources/migrations/000_migrations.yaml 124 additions, 0 deletionsresources/migrations/000_migrations.yaml
- src/metabase/db/liquibase/mysql.clj 50 additions, 11 deletionssrc/metabase/db/liquibase/mysql.clj
- test/metabase/api/collection_test.clj 106 additions, 105 deletionstest/metabase/api/collection_test.clj
- test/metabase/db/schema_migrations_test.clj 61 additions, 3 deletionstest/metabase/db/schema_migrations_test.clj
- test/metabase/models/collection_test.clj 42 additions, 42 deletionstest/metabase/models/collection_test.clj
Loading
Please register or sign in to comment