SkillTech-Organization / AXERP_API

AXERP Backend layer
0 stars 0 forks source link

Implement the database table eraser SQL scripts #14

Open szdezso opened 2 months ago

szdezso commented 2 months ago

AC-01 Collect SQL scripts to empty data tables in azure sql database

AC-02 Document it on the github as codebase

C-63 commented 1 month ago

@szdezso

delete from TruckCompanyToDelivery
delete from CustomerToDelivery

delete from Transactions

delete from Documents
delete from Entities
delete from Interfaces
delete from Points
delete from TruckCompanies

TransactionStatuses is not emptied because it's seeded by the db creation script.

szdezso commented 1 month ago

@C-63 I thought that you will add the sql scripts to the soruce code under a folder.