feat: convert feature_flag to bigint [CW-2767] (#8350)
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class ChangeFeatureFlagsToBigintInAccounts < ActiveRecord::Migration[7.0]
|
||||
def up
|
||||
change_column :accounts, :feature_flags, :bigint
|
||||
end
|
||||
|
||||
def down
|
||||
change_column :accounts, :feature_flags, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user