Skip to content

Commit fac8746

Browse files
committed
Rename migration
1 parent 6717a66 commit fac8746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20251001223022_drop_term_after1999.rb renamed to db/migrate/20251001223022_delete_term_after1999.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class DropTermAfter1999 < ActiveRecord::Migration[7.0]
1+
class DeleteTermAfter1999 < ActiveRecord::Migration[7.0]
22
def up
33
facet = Facet.find_by!(name: 'Decade')
44
exec_delete("DELETE FROM terms WHERE facet_id = #{facet.id} and value = 'After 1999' and ord = 15")

0 commit comments

Comments
 (0)