File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ COMMENT ON TABLE auth.users IS 'Auth: Stores user login data within a secure sch
701
701
--
702
702
703
703
CREATE TABLE public .schema_migrations (
704
- version character varying ( 128 ) NOT NULL
704
+ version character varying NOT NULL
705
705
);
706
706
707
707
Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ COMMENT ON TABLE auth.users IS 'Auth: Stores user login data within a secure sch
702
702
--
703
703
704
704
CREATE TABLE public .schema_migrations (
705
- version character varying ( 128 ) NOT NULL
705
+ version character varying NOT NULL
706
706
);
707
707
708
708
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ COMMENT ON TABLE auth.users IS 'Auth: Stores user login data within a secure sch
716
716
--
717
717
718
718
CREATE TABLE public .schema_migrations (
719
- version character varying ( 128 ) NOT NULL
719
+ version character varying NOT NULL
720
720
);
721
721
722
722
You can’t perform that action at this time.
0 commit comments