Made projects' status not null

This commit is contained in:
2025-10-25 16:19:15 +03:00
parent ff8d520273
commit b08468568b
4 changed files with 9 additions and 3 deletions
@@ -0,0 +1,5 @@
class MakeProjectsStatusNotNull < ActiveRecord::Migration[8.0]
def change
change_column_null :projects, :status, false
end
end