Skip to content

Commit eb1b002

Browse files
committed
🗃️ Fix: oubli de la migration
1 parent 50ee8f8 commit eb1b002

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class AjouteIndexPourVideos < ActiveRecord::Migration[7.1]
2+
def change
3+
add_index :videos, :event_date
4+
end
5+
end

0 commit comments

Comments
 (0)