Skip to content

Commit

Permalink
Taxref - migration : increase column text size (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl authored Feb 12, 2025
1 parent b23b40a commit 378a833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LEFT OUTER JOIN media m ON i.cd_ref = m.cd_ref;


ALTER TABLE tmp_taxref_changes.comp_grap ADD cas varchar(50);
ALTER TABLE tmp_taxref_changes.comp_grap ADD action varchar(500);
ALTER TABLE tmp_taxref_changes.comp_grap ADD action text;

-- 'no changes' = Cas ou il n'y a aucun changement
-- cd_ref initial correspond au cd_ref final
Expand Down

0 comments on commit 378a833

Please sign in to comment.