demarches-normaliennes/db/migrate
Nicolas Bouilleaud 661b80777d Replace old migrations with a single “recreate_structure”
* copy-paste the description from schema.rb,
 * without the `force: :cascade` options (that drops the tables before recreating them).
* create a new migration with it
* give it the same timestamp as the last deleted migration, so that it exists in the schema_migration table and it is not run in production.
* (Also got rid of some stray changes in schema.rb for mon_avis and unconfirmed_email)
* Run rake db:migrate and make sure nothing moves
2019-09-16 14:44:37 +02:00
..
20190730153555_recreate_structure.rb Replace old migrations with a single “recreate_structure” 2019-09-16 14:44:37 +02:00
20190805140346_gestionnaire_to_instructeur.rb Rename gestionnaires to instructeurs in db 2019-08-12 13:47:01 +02:00
20190808144607_link_user_and_instructeur.rb Link user and instructeur 2019-08-13 15:15:16 +02:00
20190809073736_link_user_and_administrateur.rb Link user and administrateur 2019-08-14 15:06:15 +02:00
20190819134252_create_groupe_instructeurs.rb Create GroupeInstructeur 2019-09-02 11:41:12 +02:00
20190819145355_add_groupe_instructeur_column_to_assign_tos.rb Link AssignTo et GroupeInstructeur 2019-09-02 11:41:12 +02:00
20190822143413_add_groupe_instructeur_id_column_to_dossier.rb Link Dossier and GroupeInstructeur 2019-09-03 06:47:02 +02:00