Skip to content

Commit

Permalink
typo fix in postgres cleanup sql script.
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 5, 2015
1 parent 8106f28 commit faa9cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/repo-sql-impl-test/sql-procedures/postgresql.sql
Expand Up @@ -15,9 +15,9 @@ BEGIN
TRUNCATE TABLE m_assignment_ext_poly RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment_ext_reference RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment_ext_string RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment_ext_boolean RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment_extension RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment_reference RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment_boolean RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_assignment RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_exclusion RESTART IDENTITY CASCADE;
TRUNCATE TABLE m_connector_target_system RESTART IDENTITY CASCADE;
Expand Down

0 comments on commit faa9cf5

Please sign in to comment.