We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa2522 commit 98f5e88Copy full SHA for 98f5e88
packages/database/schema.ts
@@ -72,8 +72,8 @@ export const users = mysqlTable(
72
pauseViews: boolean;
73
pauseReactions: boolean;
74
};
75
- // For analytics.
76
- // Adding in preferences so we don't have to
+ // For analytics.
+ // Adding in preferences so we don't have to
77
// add a new column and can be dynamic going forward.
78
trackedEvents?: {
79
user_signed_up?: boolean;
0 commit comments