]> ruin.nu Git - ndwebbie.git/commitdiff
ruler and planet name don't need to be unique anymore
authorMichael Andreen <harv@ruin.nu>
Wed, 17 May 2017 18:28:07 +0000 (20:28 +0200)
committerMichael Andreen <harv@ruin.nu>
Wed, 17 May 2017 18:28:07 +0000 (20:28 +0200)
database/ndawn.sql

index 5567337c58914e035be38b2d174c2ef4a6cc7702..177a3f9139ea61b381ef72492e0bfc3082bbcdcb 100644 (file)
@@ -3062,14 +3062,6 @@ ALTER TABLE ONLY planets
     ADD CONSTRAINT planets_pkey PRIMARY KEY (pid);
 
 
---
--- Name: planets_ruler_key; Type: CONSTRAINT; Schema: public; Owner: ndawn
---
-
-ALTER TABLE ONLY planets
-    ADD CONSTRAINT planets_ruler_key UNIQUE (ruler, planet);
-
-
 --
 -- Name: raid_access_pkey; Type: CONSTRAINT; Schema: public; Owner: ndawn
 --