There was an error while loading. Please reload this page.
1 parent e4d4a6e commit 2206115Copy full SHA for 2206115
goose/migrations/1698861371_full_db_snapshot.sql
@@ -855,6 +855,13 @@ ALTER TABLE ONLY allocation_changes
855
ADD CONSTRAINT fk_allocation_connections_changes FOREIGN KEY (connection_id) REFERENCES allocation_connections(id) ON DELETE CASCADE;
856
857
858
+ --
859
+ -- Name: connection_id_index; Type: INDEX; Schema: public; Owner: blobber_user
860
861
+
862
+CREATE INDEX connection_id_index ON allocation_changes USING btree (connection_id);
863
864
865
--
866
-- Name: file_stats fk_file_stats_ref; Type: FK CONSTRAINT; Schema: public; Owner: blobber_user
867
0 commit comments