demarches-normaliennes/db
Pierre de La Morinerie a4108c7787 db: backport delete_orphans in recent migrations
Recent migrations used ActiveRecord when removing invalid data. This may
break if the ActiveRecord model later changes.

To ensure these migrations will run correctly, even when the code will
have changed, let's use an SQL-based helper instead of ActiveRecord.
2022-03-08 14:48:17 +01:00
..
migrate db: backport delete_orphans in recent migrations 2022-03-08 14:48:17 +01:00
schema.rb db: add missing part of schema.rb 2022-03-02 14:09:43 +01:00
seeds.rb fix db/seeds.rb (replace "Administration" by "SuperAdmin" 2020-11-25 19:54:32 +01:00