Files
duplicati/Duplicati/Library/RestAPI/Database/Database schema/8. Encrypted fields.sql
T
Kenneth Skovhede d1008bc7a2 Fix the Duplicati.Library.RestAPI path.
It was previously located in the root, but placed correctly in the solution file.
2024-08-27 08:30:26 +02:00

7 lines
188 B
SQL

/*
This update does nothing but the user cannot really downgrade,
because the fields that are encrypted cannot be read by the previous version.
*/
SELECT COUNT(*) FROM "Notification";