mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
removed deprication issue in invoice migartion, less noise for deployers
This commit is contained in:
parent
600204da51
commit
e13debde82
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
class CreateInvoices < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :invoices do |t|
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue