duplicati/Duplicati/Library/RestAPI/Database/Database schema/8. Encrypted fields.sql
2025-04-25 12:30:03 +02:00

6 lines
192 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 NULL FROM "Notification" LIMIT 1;