Skip to content
Snippets Groups Projects
Commit b241dc76 authored by elit04's avatar elit04
Browse files

init Customer deleted

parent 49bfb826
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ import envVars from "../config"; ...@@ -4,7 +4,6 @@ import envVars from "../config";
import { initBoat } from "./models/Boat"; import { initBoat } from "./models/Boat";
import { initBoatType } from "./models/BoatType"; import { initBoatType } from "./models/BoatType";
import { initCheckIn } from "./models/CheckIn"; import { initCheckIn } from "./models/CheckIn";
import { initCustomer } from "./models/Customer";
import { initEmployee } from "./models/Employee"; import { initEmployee } from "./models/Employee";
const initializeDatabase = async () => { const initializeDatabase = async () => {
...@@ -41,7 +40,6 @@ const initializeDatabase = async () => { ...@@ -41,7 +40,6 @@ const initializeDatabase = async () => {
await initBoat(sequelize); await initBoat(sequelize);
await initBoatType(sequelize); await initBoatType(sequelize);
await initCheckIn(sequelize); await initCheckIn(sequelize);
await initCustomer(sequelize);
await initEmployee(sequelize); await initEmployee(sequelize);
await sequelize.sync(); await sequelize.sync();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment