Skip to content

Commit

Permalink
sql: Purge mxq_daemon.prerequisites
Browse files Browse the repository at this point in the history
The column prerequisites is reused for another purpose and the data has
been copied to mxq_daemon.tags, so purge it now.
  • Loading branch information
donald committed Mar 29, 2021
1 parent b0ff88d commit a286f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql/migrate_011_purge_mxq_daemon_prerequisites.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE mxq_daemon SET prerequisites='';

0 comments on commit a286f63

Please sign in to comment.