mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 12:23:59 +00:00
5 lines
173 B
JSON
5 lines
173 B
JSON
{
|
|
"transactions" : "SELECT * FROM transactions;",
|
|
"bookings" : "SELECT * FROM bookings;",
|
|
"service_types" : "SELECT * FROM service_types;"
|
|
} |