Update to rails 6.0.1

This commit is contained in:
Tom Hughes 2019-08-20 20:38:42 +01:00
parent b6ecdb7507
commit 22cd2314e5
18 changed files with 236 additions and 110 deletions

View file

@ -320,8 +320,8 @@ ALTER SEQUENCE public.active_storage_blobs_id_seq OWNED BY public.active_storage
CREATE TABLE public.ar_internal_metadata (
key character varying NOT NULL,
value character varying,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL
created_at timestamp(6) without time zone NOT NULL,
updated_at timestamp(6) without time zone NOT NULL
);