SIGN IN SIGN UP

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

0 0 1 Rust

CI now checks if a migration is missing (#2295)

* CI now checks if a migration is missing
 - Fail CI on main and tag releases if a new migration should be created due to changes in the db schema
 - Add error msg to schema.prisma file if a migration is not created to reflect changes made to db schema, but do NOT fail action

* Change schema to test CI changes

* Add debug to prisma generate CI script

* Removem prisma cache to test

* Fix grep for migrations

* Revert changes made for testing

* Only cache prisma data on main or cache-factory
V
Vítor Vasconcellos committed
c3d227eb9e36bfe2ee045eb3251c95c7069da6d8
Parent: 42d018d
Committed by GitHub <noreply@github.com> on 4/6/2024, 4:31:22 AM