Remove 'last_counter_value' from getboltcard api call

This commit is contained in:
Chloe Jung 2023-02-24 09:12:34 +13:00
parent af26b86288
commit 484dd75c44

View file

@ -1,2 +1,2 @@
DROP USER cardapp;
CREATE USER cardapp WITH PASSWORD 'database_password';
CREATE USER cardapp WITH PASSWORD '$DB_PASSWORD';