We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d688a22 commit b01409fCopy full SHA for b01409f
1 file changed
backend/src/entities/application-settings.ts
@@ -11,6 +11,9 @@ import { FormSettings } from "./form-settings";
11
// TODO all other settings are part of the settings table, whereas ApplicationSettings
12
// is a separate table. Move into settings table just like EmailSettings.
13
14
+/**
15
+ * Application as in "Peoples application for the event"
16
+ */
17
@Entity()
18
export class ApplicationSettings {
19
@PrimaryGeneratedColumn()
0 commit comments