/[sudobot]/trunk/src/models/ChannelLock.ts
ViewVC logotype

Diff of /trunk/src/models/ChannelLock.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 241 by rakin, Mon Jul 29 17:29:10 2024 UTC revision 242 by rakin, Mon Jul 29 17:29:10 2024 UTC
# Line 19  ChannelLock.init({ Line 19  ChannelLock.init({
19      },      },
20      guild_id: {      guild_id: {
21          type: DataTypes.STRING,          type: DataTypes.STRING,
22            allowNull: false
23      },      },
24      channel_id: {      channel_id: {
25          type: DataTypes.STRING,          type: DataTypes.STRING,
26          unique: true          unique: true,
27            allowNull: false
28        },
29        role_id: {
30            type: DataTypes.STRING,
31            allowNull: false
32      },      },
33      previous_perms: {      previous_perms: {
34          type: DataTypes.JSON,          type: DataTypes.JSON,

Legend:
Removed from v.241  
changed lines
  Added in v.242

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26