We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6717a66 commit fac8746Copy full SHA for fac8746
db/migrate/20251001223022_drop_term_after1999.rb renamed to db/migrate/20251001223022_delete_term_after1999.rb
@@ -1,4 +1,4 @@
1
-class DropTermAfter1999 < ActiveRecord::Migration[7.0]
+class DeleteTermAfter1999 < ActiveRecord::Migration[7.0]
2
def up
3
facet = Facet.find_by!(name: 'Decade')
4
exec_delete("DELETE FROM terms WHERE facet_id = #{facet.id} and value = 'After 1999' and ord = 15")
0 commit comments