Skip to content

Commit

Permalink
[dbx-75526.2] add default state to form526 submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStuckey committed Mar 6, 2024
1 parent af1b654 commit 934ce9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddDefaultStateToForm526Submissions < ActiveRecord::Migration[7.0]
def up
change_column_default :form526_submissions, :aasm_state, 'unprocessed'
end
end
4 changes: 2 additions & 2 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 934ce9c

Please sign in to comment.