AbdelilahOu / Mahalli-tauri

Local First Inventory & invoicing management app built using tauri, vue-3, sqlite, sea-orm/sea-query, shadcn-vue
Other
11 stars 3 forks source link

Delete Seed.rs file #17

Open IbrahimShehade opened 2 weeks ago

IbrahimShehade commented 2 weeks ago

Hello, I tried to delete the seed.rs file but in build the app won't open could you afford some help.

AbdelilahOu commented 2 weeks ago

Yes ofc, after you delete the file go to the lib.rs file inside the migrations folder and delete the line number 6 : mod m20240216_201704_seed_init_; and line number 16 : Box::new(m20240216_201704_seed_init_::Migration),