Skip to content

Commit

Permalink
correct underscores for us_states
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 22, 2018
1 parent 96f8917 commit 0c1d912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions northwind.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3798,8 +3798,8 @@ ALTER TABLE ONLY territories
-- Name: pk_usstates; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--

ALTER TABLE ONLY usstates
ADD CONSTRAINT pk_usstates PRIMARY KEY (stateid);
ALTER TABLE ONLY us_states
ADD CONSTRAINT pk_usstates PRIMARY KEY (state_id);


--
Expand Down

0 comments on commit 0c1d912

Please sign in to comment.