Notes/db/migrations/0119__rename_mirror_to_inve...

1 line
117 B
SQL

UPDATE attributes SET value = replace(value, 'mirrorRelation', 'inverseRelation') WHERE type = 'relation-definition';