Skip to content

Commit

Permalink
truncate knowledge tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Nov 21, 2023
1 parent 07ac55b commit 1bf73f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/sql/truncate-all-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ TRUNCATE `groups`;
TRUNCATE `i18n`;
TRUNCATE `info_sheets`;
TRUNCATE `info_sheets_form_field_options`;
TRUNCATE `knowledges`;
TRUNCATE `knowledges_categories`;
TRUNCATE `knowledges_skills`;
TRUNCATE `metatags`;
TRUNCATE `newsletters`;
TRUNCATE `ords_categories`;
Expand Down

0 comments on commit 1bf73f2

Please sign in to comment.