@@ -158,7 +158,7 @@ ALTER SEQUENCE public.active_admin_comments_id_seq OWNED BY public.active_admin_
158158
159159
160160--
161- -- Name: active_storage_attachments; Type: TABLE; Schema: public; Owner: -
161+ -- Name: active_storage_attachments; Type: TABLE; Schema: public; Owner: -
162162--
163163
164164CREATE TABLE public .active_storage_attachments (
@@ -191,7 +191,7 @@ ALTER SEQUENCE public.active_storage_attachments_id_seq OWNED BY public.active_s
191191
192192
193193--
194- -- Name: active_storage_blobs; Type: TABLE; Schema: public; Owner: -
194+ -- Name: active_storage_blobs; Type: TABLE; Schema: public; Owner: -
195195--
196196
197197CREATE TABLE public .active_storage_blobs (
@@ -227,7 +227,7 @@ ALTER SEQUENCE public.active_storage_blobs_id_seq OWNED BY public.active_storage
227227
228228
229229--
230- -- Name: active_storage_variant_records; Type: TABLE; Schema: public; Owner: -
230+ -- Name: active_storage_variant_records; Type: TABLE; Schema: public; Owner: -
231231--
232232
233233CREATE TABLE public .active_storage_variant_records (
@@ -257,7 +257,7 @@ ALTER SEQUENCE public.active_storage_variant_records_id_seq OWNED BY public.acti
257257
258258
259259--
260- -- Name: ar_internal_metadata; Type: TABLE; Schema: public; Owner: -
260+ -- Name: ar_internal_metadata; Type: TABLE; Schema: public; Owner: -
261261--
262262
263263CREATE TABLE public .ar_internal_metadata (
@@ -276,7 +276,7 @@ CREATE TABLE public.categories (
276276 id integer NOT NULL ,
277277 created_at timestamp without time zone ,
278278 updated_at timestamp without time zone ,
279- name_translations public . hstore
279+ name_translations jsonb DEFAULT ' {} ' ::jsonb NOT NULL
280280);
281281
282282
@@ -862,31 +862,31 @@ ALTER TABLE ONLY public.active_admin_comments
862862
863863
864864--
865- -- Name: active_storage_attachments_pkey; Type: CONSTRAINT; Schema: public; Owner: -
865+ -- Name: active_storage_attachments_pkey; Type: CONSTRAINT; Schema: public; Owner: -
866866--
867867
868868ALTER TABLE ONLY public .active_storage_attachments
869869 ADD CONSTRAINT active_storage_attachments_pkey PRIMARY KEY (id);
870870
871871
872872--
873- -- Name: active_storage_blobs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
873+ -- Name: active_storage_blobs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
874874--
875875
876876ALTER TABLE ONLY public .active_storage_blobs
877877 ADD CONSTRAINT active_storage_blobs_pkey PRIMARY KEY (id);
878878
879879
880880--
881- -- Name: active_storage_variant_records_pkey; Type: CONSTRAINT; Schema: public; Owner: -
881+ -- Name: active_storage_variant_records_pkey; Type: CONSTRAINT; Schema: public; Owner: -
882882--
883883
884884ALTER TABLE ONLY public .active_storage_variant_records
885885 ADD CONSTRAINT active_storage_variant_records_pkey PRIMARY KEY (id);
886886
887887
888888--
889- -- Name: ar_internal_metadata_pkey; Type: CONSTRAINT; Schema: public; Owner: -
889+ -- Name: ar_internal_metadata_pkey; Type: CONSTRAINT; Schema: public; Owner: -
890890--
891891
892892ALTER TABLE ONLY public .ar_internal_metadata
@@ -1025,28 +1025,28 @@ CREATE INDEX index_active_admin_comments_on_resource_type_and_resource_id ON pub
10251025
10261026
10271027--
1028- -- Name: index_active_storage_attachments_on_blob_id; Type: INDEX; Schema: public; Owner: -
1028+ -- Name: index_active_storage_attachments_on_blob_id; Type: INDEX; Schema: public; Owner: -
10291029--
10301030
10311031CREATE INDEX index_active_storage_attachments_on_blob_id ON public .active_storage_attachments USING btree (blob_id);
10321032
10331033
10341034--
1035- -- Name: index_active_storage_attachments_uniqueness; Type: INDEX; Schema: public; Owner: -
1035+ -- Name: index_active_storage_attachments_uniqueness; Type: INDEX; Schema: public; Owner: -
10361036--
10371037
10381038CREATE UNIQUE INDEX index_active_storage_attachments_uniqueness ON public .active_storage_attachments USING btree (record_type, record_id, name, blob_id);
10391039
10401040
10411041--
1042- -- Name: index_active_storage_blobs_on_key; Type: INDEX; Schema: public; Owner: -
1042+ -- Name: index_active_storage_blobs_on_key; Type: INDEX; Schema: public; Owner: -
10431043--
10441044
10451045CREATE UNIQUE INDEX index_active_storage_blobs_on_key ON public .active_storage_blobs USING btree (key);
10461046
10471047
10481048--
1049- -- Name: index_active_storage_variant_records_uniqueness; Type: INDEX; Schema: public; Owner: -
1049+ -- Name: index_active_storage_variant_records_uniqueness; Type: INDEX; Schema: public; Owner: -
10501050--
10511051
10521052CREATE UNIQUE INDEX index_active_storage_variant_records_uniqueness ON public .active_storage_variant_records USING btree (blob_id, variation_digest);
@@ -1364,6 +1364,7 @@ INSERT INTO "schema_migrations" (version) VALUES
13641364(' 20210424174640' ),
13651365(' 20210502160343' ),
13661366(' 20210503201944' ),
1367- (' 20221016192111' );
1367+ (' 20221016192111' ),
1368+ (' 20230312231058' );
13681369
13691370
0 commit comments