Skip to content

Commit

Permalink
disable foreign key check (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmhc authored Aug 14, 2024
1 parent 413fc02 commit 42e5886
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ CREATE DATABASE hopsworks;

USE hopsworks;

SET FOREIGN_KEY_CHECKS=0;
--
-- Table structure for table `account_audit`
--
Expand Down Expand Up @@ -2965,3 +2966,5 @@ CREATE TABLE IF NOT EXISTS feature_view_logging
) ENGINE = ndbcluster
DEFAULT CHARSET = latin1
COLLATE = latin1_general_cs;

SET FOREIGN_KEY_CHECKS=1;

0 comments on commit 42e5886

Please sign in to comment.