Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
cd69868e
Commit
cd69868e
authored
Feb 28, 2020
by
LE GAC Renaud
Browse files
Update citations_12x.sql to remove drop table.
parent
a0bd793a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/citations_12x.sql
scripts/citations_12x.sql
+1
-1
No files found.
scripts/citations_12x.sql
View file @
cd69868e
...
...
@@ -19,7 +19,7 @@
-- Table structure for table `citations`
--
DROP
TABLE
IF
EXISTS
`citations`
;
/*
DROP TABLE IF EXISTS `citations`;
*/
/*!40101 SET @saved_cs_client = @@character_set_client */
;
/*!40101 SET character_set_client = utf8 */
;
CREATE
TABLE
`citations`
(
...
...
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