Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Rykov
THSO.server
Commits
661733c5
Commit
661733c5
authored
Jun 09, 2020
by
Vladislav Rykov
Browse files
db schema pend_msgs pkey & fkey removed
parent
ca6a6f98
Changes
1
Show whitespace changes
Inline
Side-by-side
db.sql
View file @
661733c5
...
...
@@ -141,13 +141,6 @@ ALTER TABLE ONLY public.applications
ADD
CONSTRAINT
applications_username_fkey
FOREIGN
KEY
(
username
)
REFERENCES
public
.
users
(
name
);
ALTER
TABLE
ONLY
public
.
pend_msgs
ADD
CONSTRAINT
applications_pkey
PRIMARY
KEY
(
app_key
,
dev_id
);
ALTER
TABLE
ONLY
public
.
pend_msgs
ADD
CONSTRAINT
pend_msgs_app_key_fkey
FOREIGN
KEY
(
app_key
)
REFERENCES
public
.
applications
(
app_key
);
--
-- Name: notifications notifications_pkey; Type: CONSTRAINT; Schema: public; Owner: pi
--
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment