add submitter timezone

This commit is contained in:
Pete Matsyburka
2025-06-13 19:12:35 +03:00
parent b12111383b
commit 4bb3721db0
5 changed files with 14 additions and 3 deletions
@@ -0,0 +1,7 @@
# frozen_string_literal: true
class AddTimezoneToSubmitters < ActiveRecord::Migration[8.0]
def change
add_column :submitters, :timezone, :string
end
end