Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
f262591f
Commit
f262591f
authored
Apr 07, 2017
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix uservotes SQL definition
parent
5fe3f760
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
install.php
qa-include/db/install.php
+1
-1
No files found.
qa-include/db/install.php
View file @
f262591f
...
...
@@ -414,7 +414,7 @@ function qa_db_table_definitions()
'voteupdated'
=>
'DATETIME'
,
// time of last vote change
'UNIQUE userid (userid, postid)'
,
'KEY postid (postid)'
,
'KEY
created (created,
updated)'
,
'KEY
voted (votecreated, vote
updated)'
,
'CONSTRAINT ^uservotes_ibfk_1 FOREIGN KEY (postid) REFERENCES ^posts(postid) ON DELETE CASCADE'
,
),
...
...
Write
Preview
Markdown
is supported
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