mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 03:20:25 +08:00
6 lines
192 B
SQL
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;
|
|
|