Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Merge requests
!360
Recreate table deps_saved_ddl when doing db upgrade
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Recreate table deps_saved_ddl when doing db upgrade
wb-recreate_deps_saved_ddl
into
develop
Overview
3
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Show all comments
Merged
Wojciech Barcik
requested to merge
wb-recreate_deps_saved_ddl
into
develop
4 years ago
Overview
3
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Show all comments
Expand
Fix problem with collation in table deps_saved_ddl.
0
0
Merge request reports
Compare
develop
version 2
4a9e1e14
4 years ago
version 1
dd8aaa8b
4 years ago
develop (base)
and
version 2
latest version
ea8f4ff1
3 commits,
4 years ago
version 2
4a9e1e14
2 commits,
4 years ago
version 1
dd8aaa8b
1 commit,
4 years ago
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
hive/db/sql_scripts/postgres_handle_view_changes.sql
+
2
−
0
Options
@@ -5,6 +5,8 @@ See http://pretius.com/postgresql-stop-worrying-about-table-and-view-dependencie
Enhanced by Wojciech Barcik wbarcik@syncad.com (handling of rules).
*/
DROP
TABLE
IF
EXISTS
deps_saved_ddl
;
DROP
SEQUENCE
IF
EXISTS
deps_saved_ddl_deps_id_seq
;
-- SEQUENCE: deps_saved_ddl_deps_id_seq
Loading