Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
2b2fcc10
Commit
2b2fcc10
authored
Dec 27, 2016
by
daryl herzmann
Committed by
akrherz
Dec 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1257 Fix SQLServer Syntax (#728)
parent
c3769488
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
openfire_sqlserver.sql
src/database/upgrade/23/openfire_sqlserver.sql
+1
-1
openfire_sqlserver.sql
src/database/upgrade/24/openfire_sqlserver.sql
+3
-3
No files found.
src/database/upgrade/23/openfire_sqlserver.sql
View file @
2b2fcc10
ALTER
TABLE
ofMucRoom
ADD
COLUMN
allowpm
INT
NULL
;
ALTER
TABLE
ofMucRoom
ADD
allowpm
INT
NULL
;
UPDATE
ofVersion
SET
version
=
23
WHERE
name
=
'openfire'
;
src/database/upgrade/24/openfire_sqlserver.sql
View file @
2b2fcc10
ALTER
TABLE
ofMucConversationLog
ADD
COLUMN
stanza
NTEXT
NULL
;
ALTER
TABLE
ofMucConversationLog
ADD
COLUMN
messageID
INT
NULL
;
UPDATE
ofVersion
SET
version
=
24
WHERE
name
=
'openfire'
;
\ No newline at end of file
ALTER
TABLE
ofMucConversationLog
ADD
stanza
NTEXT
NULL
;
ALTER
TABLE
ofMucConversationLog
ADD
messageID
INT
NULL
;
UPDATE
ofVersion
SET
version
=
24
WHERE
name
=
'openfire'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment