Skip to content

Commit

Permalink
feat(connection): ALPN protocols support
Browse files Browse the repository at this point in the history
  • Loading branch information
twankamp authored and ysfscream committed Aug 17, 2023
1 parent 778e62c commit 737e73b
Show file tree
Hide file tree
Showing 7 changed files with 583 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/database/database.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { removeAutoScroll1673603594888 } from './migration/1673603594888-removeA
import { supportSchemas1688042450818 } from './migration/1688042450818-supportSchemas'
import { saveScriptName1688449795669 } from './migration/1688449795669-saveScriptName'
import { jsonHighlight1691071794840 } from './migration/1691071794840-jsonHighlight'
import { ALPNProtocols1691817588169 } from './migration/1691817588169-ALPNProtocols'

const STORE_PATH = getAppDataPath('MQTTX')
try {
Expand Down Expand Up @@ -81,6 +82,7 @@ const ORMConfig = {
supportSchemas1688042450818,
saveScriptName1688449795669,
jsonHighlight1691071794840,
ALPNProtocols1691817588169,
],
migrationsTableName: 'temp_migration_table',
entities: [
Expand Down
Loading

0 comments on commit 737e73b

Please sign in to comment.