Update database schema references in CRUD operations: Change all instances of 'satmachineadmin' to 'satoshimachine' in SQL queries and database connection to reflect the new schema name.

This commit is contained in:
padreug 2025-06-26 10:14:50 +02:00
parent 08fe66cc5a
commit 74b7d0f9a3
2 changed files with 16 additions and 16 deletions

View file

@ -1,2 +1,2 @@
# No database migrations needed for client extension
# Client extension reads from admin extension's database (ext_satmachineadmin schema)
# Client extension reads from admin extension's database (ext_satoshimachine schema)