Skip to content

Commit

Permalink
fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-ts committed Jun 25, 2020
1 parent 22aa38c commit 7b9869d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ UPDATE AD_Column SET DefaultValue='1000',Updated=TO_TIMESTAMP('2020-06-23 13:51:

-- 2020-06-24T10:51:54.273Z
-- description fields
INSERT INTO t_alter_column values('pp_product_planning','SeqNo','NUMERIC(1000)',null,'10')
INSERT INTO t_alter_column values('pp_product_planning','SeqNo','NUMERIC(10)',null,'1000')
;

-- 2020-06-24T10:51:54.319Z
Expand Down

0 comments on commit 7b9869d

Please sign in to comment.