migration to postgresql

This commit is contained in:
Flummi
2022-01-02 06:52:47 +01:00
parent e1bc2c269a
commit e8ff4396aa
11 changed files with 571 additions and 280 deletions

View File

@@ -80,7 +80,7 @@ export default new class {
return {
tagged,
untagged,
total: tagged + untagged,
total: +tagged + +untagged,
sfw,
nsfw
};