refilc+ test subscription is completely working with stripe

This commit is contained in:
Kima
2024-02-29 22:35:37 +01:00
parent 0e0ab56bd6
commit b83689a20b
3 changed files with 12 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ const settingsDB = DatabaseStruct("settings", {
// more
"show_breaks": int,
"font_family": String,
"plus_session_id": String,
});
// DON'T FORGET TO UPDATE DEFAULT VALUES IN `initDB` MIGRATION OR ELSE PARENTS WILL COMPLAIN ABOUT THEIR CHILDREN MISSING
// YOU'VE BEEN WARNED!!!