mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
parent
942ac47b00
commit
a0aac379b6
4 changed files with 8 additions and 57 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeInvoicesVatRateToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :invoices, :vat_rate, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue