It was previously located in the root, but placed correctly in the solution file.
7 lines
188 B
SQL
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";
|
|
|