Skip to content
Snippets Groups Projects
Verified Commit 03fdde1f authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

datas

parent d9807d62
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ROOT> <ROOT>
<URI></URI> <URI>https://api.sandbox.aws.maileva.net</URI>
<CLIENT_ID></CLIENT_ID> <CLIENT_ID>ed7637a582ea422d90a8f8753079a386</CLIENT_ID>
<CLIENT_SECRET></CLIENT_SECRET> <CLIENT_SECRET>abb3ebc779e84291aa4a06e7f36034ec</CLIENT_SECRET>
</ROOT> </ROOT>
\ No newline at end of file
This diff is collapsed.
/* Warning : This script erase all data in the application Maarch. It keeps in database parameters */ /* Warning : This script erase all data in the application Maarch. It keeps in database parameters */
TRUNCATE TABLE acknowledgement_receipts;
ALTER SEQUENCE acknowledgement_receipts_id_seq restart WITH 1;
TRUNCATE TABLE cases; TRUNCATE TABLE cases;
ALTER SEQUENCE case_id_seq restart WITH 1; ALTER SEQUENCE case_id_seq restart WITH 1;
......
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