Skip to content

Commit

Permalink
Removing clashing database instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vteague committed Jun 23, 2024
1 parent 9cd3da1 commit 3d0fbf7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions server/eclipse-project/src/test/resources/SQL/corla.sql
Original file line number Diff line number Diff line change
Expand Up @@ -729,20 +729,6 @@ alter table round
create index idx_uploaded_file_county
on uploaded_file (county_id);

--
-- Name: hibernate_sequence; Type: SEQUENCE; Schema: public; Owner: corlaadmin
--

CREATE SEQUENCE public.hibernate_sequence
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;


ALTER TABLE public.hibernate_sequence OWNER TO corlaadmin;

--
-- Name: hibernate_sequence; Type: SEQUENCE SET; Schema: public; Owner: corlaadmin
--
Expand Down

0 comments on commit 3d0fbf7

Please sign in to comment.