Skip to content

Commit

Permalink
sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam-nagar23 committed Oct 25, 2024
1 parent 94daeb8 commit 28fd0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-sensor/scripts/sql/14_git_material_update.down.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE git_material ALTER COLUMN checkout_msg_any TYPE text;
-- NO down Script as we can have messages stored in the table with more than 250 char so down will break.
2 changes: 1 addition & 1 deletion git-sensor/scripts/sql/14_git_material_update.up.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-- NO down Script as we can have messages stored in the table with more than 250 char so down will break.
ALTER TABLE git_material ALTER COLUMN checkout_msg_any TYPE text;

0 comments on commit 28fd0cf

Please # to comment.