6 lines
111 B
Smarty
6 lines
111 B
Smarty
# This restores the fkey checks, after having unset them
|
|
# in database-start.tpl
|
|
|
|
SET FOREIGN_KEY_CHECKS = 1;
|
|
|