diff --git a/introducing-interceptors/interceptors-struts/src/main/resources/init-sql/drop-table.sql b/introducing-interceptors/interceptors-struts/src/main/resources/init-sql/drop-table.sql index aa0de50..4d70333 100644 --- a/introducing-interceptors/interceptors-struts/src/main/resources/init-sql/drop-table.sql +++ b/introducing-interceptors/interceptors-struts/src/main/resources/init-sql/drop-table.sql @@ -1 +1 @@ -DROP TABLE person CASCADE IF EXISTS; +DROP TABLE IF EXISTS person CASCADE; \ No newline at end of file