feat: add read only fields to editable card
This commit is contained in:
parent
af6fefa920
commit
a64dac0b40
4 changed files with 71 additions and 26 deletions
|
|
@ -3,7 +3,7 @@ var db = require('./db')
|
|||
exports.up = function (next) {
|
||||
var sql = [
|
||||
`ALTER TABLE customers
|
||||
ADD COLUMN subscriber_info_override VERIFICATION_TYPE,
|
||||
ADD COLUMN subscriber_info_override VERIFICATION_TYPE NOT NULL DEFAULT 'automatic',
|
||||
ADD COLUMN subscriber_info_override_by UUID,
|
||||
ADD COLUMN subscriber_info_override_at TIMESTAMPTZ
|
||||
`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue