Skip to content

Commit

Permalink
Grow Devices.model DB field from 30 to 64 chars
Browse files Browse the repository at this point in the history
See #647
  • Loading branch information
andrey-utkin committed Jan 5, 2024
1 parent 72712f0 commit 26ce91b
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 26ce91b

Please sign in to comment.