mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
6fa1ce9128
commit
30ea880211
6 changed files with 8 additions and 60 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeInvoicesIssueDateToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :invoices, :issue_date, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue