Add sql script that deletes the data from battery and vehicle tables. #270
This commit is contained in:
parent
547c13d73b
commit
f6df19a58f
1 changed files with 8 additions and 0 deletions
8
migration/sql_delete_battery_vehicle_data.sql
Normal file
8
migration/sql_delete_battery_vehicle_data.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
DELETE FROM battery;
|
||||||
|
DELETE FROM battery_manufacturer;
|
||||||
|
DELETE FROM battery_manufacturer;
|
||||||
|
DELETE FROM battery_model;
|
||||||
|
DELETE FROM battery_size;
|
||||||
|
DELETE FROM vehicle;
|
||||||
|
DELETE FROM vehicle_manufacturer;
|
||||||
|
DELETE FROM battery_vehicle;
|
||||||
Loading…
Reference in a new issue