Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Intelliants
Web Directory Script
Commits
5aaac14a
Commit
5aaac14a
authored
Apr 27, 2017
by
Janur J.
Browse files
Upgrade to 4.1.3 instructions added
parent
63628854
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.xml
View file @
5aaac14a
...
...
@@ -508,4 +508,12 @@ DROP TABLE IF EXISTS `{prefix}categs`, `{prefix}categs_crossed`, `{prefix}categs
]]>
</sql>
</uninstall>
<upgrade>
<sql
version=
"4.1.3"
>
<![CDATA[
ALTER TABLE `{prefix}categs_flat` CHANGE `category_id` `child_id` int(8) unsigned NOT NULL;
]]>
</sql>
</upgrade>
</module>
\ No newline at end of file
Write
Preview
Supports
Markdown
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