1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00
This commit is contained in:
Holger Weiß 2025-09-10 20:45:07 +08:00 committed by GitHub
commit 36a4d7cc33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 36 additions and 34 deletions

View file

@ -209,8 +209,8 @@ CREATE TABLE [dbo].[pubsub_item] (
[nodeid] [bigint] NULL,
[itemid] [varchar] (255) NOT NULL,
[publisher] [varchar] (250) NOT NULL,
[creation] [varchar] (32) NOT NULL,
[modification] [varchar] (32) NOT NULL,
[creation] [bigint] NOT NULL,
[modification] [bigint] NOT NULL,
[payload] [text] NOT NULL DEFAULT ''
) TEXTIMAGE_ON [PRIMARY];