Skip to content
Snippets Groups Projects
Commit b05fa286 authored by Wojciech Barcik's avatar Wojciech Barcik
Browse files

Recreate table deps_saved_ddl when doing db upgrade

Fix problem with collation,
parent fdd8326d
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!360Recreate table deps_saved_ddl when doing db upgrade
...@@ -5,6 +5,8 @@ See http://pretius.com/postgresql-stop-worrying-about-table-and-view-dependencie ...@@ -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). 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 -- SEQUENCE: deps_saved_ddl_deps_id_seq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment