Made projects' status not null
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class MakeProjectsStatusNotNull < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
change_column_null :projects, :status, false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user