Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JR Utily
2017-04-30 16:01:10 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
95a1def8f818ead03979c73a72bcc07fec35011e
95a1def8
1 parent
80db09a4
add clean up of temp table at the end
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
migration/cleanUp.sql
migration/migration.sql
migration/cleanUp.sql
0 → 100644
View file @
95a1def
DROP
TABLE
IF
EXISTS
editeur
;
DROP
TABLE
IF
EXISTS
pays
;
migration/migration.sql
View file @
95a1def
...
...
@@ -2,3 +2,4 @@ source normalizePays.sql
source
populateV3Country
.
sql
source
populateV3Publisher
+
Version
+
Action
.
sql
source
populateV3Account
.
sql
source
cleanUp
.
sql
\ No newline at end of file
...
...
Please
register
or
login
to post a comment