Skip to content

Commit

Permalink
Merge pull request bluecherrydvr#649 from andrey-utkin/enlarge-device…
Browse files Browse the repository at this point in the history
…s-model-field
  • Loading branch information
curtishall authored Jan 21, 2024
2 parents c99f471 + 26ce91b commit f199601
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions misc/sql/mysql-upgrade/3000012/enlarge_devices_model_field.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

echo '
ALTER TABLE Devices MODIFY model varchar(64);
' | mysql -h"$host" -D"$dbname" -u"$user" -p"$password"

exit 0

0 comments on commit f199601

Please sign in to comment.