mirror of
https://github.com/Cameri/nostream.git
synced 2025-07-13 07:12:19 +02:00
fix: remove dupe updated_at column from invoice
This commit is contained in:
@ -10,7 +10,6 @@ exports.up = function (knex) {
|
||||
table.text('description')
|
||||
table.datetime('confirmed_at', { useTz: false, precision: 3 })
|
||||
table.datetime('expires_at', { useTz: false, precision: 3 })
|
||||
table.timestamp('updated_at', { useTz: false })
|
||||
table.timestamps(true, true, false)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user