Closed juliusknorr closed 4 years ago
./occ files:lock --uninstall
./occ app:enable files_lock
./occ files:lock --uninstall ./occ app:enable files_lock
Even after doing this I still get warnings:
ERROR: invalid input syntax for integer: "2020-05-20 12:25:02"
STATEMENT: SELECT "l"."id", "l"."user_id", "l"."file_id", "l"."token", "l"."creation" FROM "oc_files_lock" "l" WHERE ("l"."creation" <= $1) OR ("l"."creation" IS NULL)
@daita