Skip to content

Commit

Permalink
Fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Oct 29, 2024
1 parent 21242b9 commit 674f494
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Increase size of os column on host_stat
ALTER TABLE host_stat
MODIFY COLUMN str_os VARCHAR(32);

ALTER TABLE host_stat MODIFY COLUMN str_os VARCHAR(32);

0 comments on commit 674f494

Please sign in to comment.