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 6a034d8 commit 6342ec8Copy full SHA for 6342ec8
server/models/ManualPaymentProvider.ts
@@ -38,6 +38,7 @@ class ManualPaymentProvider extends Model<
38
InferAttributes<ManualPaymentProvider>,
39
InferCreationAttributes<ManualPaymentProvider>
40
> {
41
+ public static readonly tableName = 'ManualPaymentProviders' as const;
42
declare public readonly id: CreationOptional<number>;
43
declare public CollectiveId: ForeignKey<Collective['id']>;
44
declare public type: ManualPaymentProviderTypes;
0 commit comments