Notes/db/migrations/0120__migrate_hideInAutocomplete_to_archived.sql

1 line
74 B
MySQL
Raw Normal View History

2018-11-25 10:26:45 +01:00
UPDATE attributes SET name = 'archived' where name = 'hideInAutocomplete';