Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
135 B
Ruby
6 lines
135 B
Ruby
class AllowNullActivityUserId < ActiveRecord::Migration[8.1]
|
|
def change
|
|
change_column_null :activities, :user_id, true
|
|
end
|
|
end
|