Fix repository struct defaults for varchar | text

This commit is contained in:
Akkadius
2020-04-04 02:04:48 -05:00
parent d691db6621
commit 3aaa5020b1
45 changed files with 375 additions and 194 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ public:
entry.duration = 0;
entry.duration_code = 0;
entry.title = "";
entry.description = 0;
entry.description = "";
entry.reward = "";
entry.rewardid = 0;
entry.cashreward = 0;