2024-08-21 11:59:52 +02:00
|
|
|
/*
|
|
|
|
|
This update does nothing but the user cannot really downgrade,
|
|
|
|
|
because the fields that are encrypted cannot be read by the previous version.
|
|
|
|
|
*/
|
2025-04-25 12:30:03 +02:00
|
|
|
SELECT NULL FROM "Notification" LIMIT 1;
|
2024-08-21 11:59:52 +02:00
|
|
|
|