Skip to content

Commit

Permalink
Refactor databaseUtils to export additional functions and types
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 10, 2024
1 parent 6e9e8d2 commit bd7af75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studiocms_core/src/sdk-utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {
tsUsers,
} from '../db/tsTables';

const currentTables = [
export const currentTables = [
'users',
'oAuthAccounts',
'sessionTable',
Expand Down

0 comments on commit bd7af75

Please sign in to comment.