Add Account Model specs (#341)
This commit is contained in:
committed by
Sojan Jose
parent
6ca403542d
commit
c758c13ffb
@@ -0,0 +1,5 @@
|
||||
class AddNotNullConstraintToAccountName < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
change_column_null :accounts, :name, false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user