abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Modified migrations to use pure SQL, as old code will be broken after… #316

Closed damisul closed 3 months ago

damisul commented 3 months ago

This PR (to merge_involved_authorities branch) updates two migrations to use plain SQL instead of Ruby loops. Main reason is that old versions requires presence of Realizer and Creation models we want to drop soon.