Skip to content

Commit

Permalink
Remove SQL queries from migration bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed Feb 28, 2024
1 parent 135e279 commit 172195c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function migrate() {
}
}

ALTER TABLE supla_iodevice CHANGE user_config user_config VARCHAR(4096) CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`, CHANGE properties properties VARCHAR(2048) CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`, CHANGE software_version software_version VARCHAR(20) CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`, CHANGE auth_key auth_key VARCHAR(64) CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`;

ALTER TABLE supla_dev_channel CHANGE user_config user_config VARCHAR(4096) CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`, CHANGE properties properties VARCHAR(2048) CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`;


0 comments on commit 172195c

Please sign in to comment.