fix: Set account default language in account API (#5086)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class SetDefaultLocaleAtAccounts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
change_column_default :accounts, :locale, from: nil, to: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user