Skip to content

Commit

Permalink
chore: change sql scripts to create titles
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Jul 5, 2023
1 parent dbff41f commit c010df7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ALTER TABLE consultingtypeservice.`topic`
DROP IF EXISTS slug;

ALTER TABLE consultingtypeservice.`topic`
ALTER COLUMN internal_identifier varchar(50);
MODIFY COLUMN internal_identifier varchar(50);

0 comments on commit c010df7

Please sign in to comment.