Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847930
D464.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 19, 8:36 PM
Size
614 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 8:36 PM (17 m, 39 s)
Engine
blob
Format
Raw Data
Handle
602708
Attached To
D464: INP-1859 - Escape MySQL 8.3 keywords
D464.diff
View Options
Index: branches/5.2.x/core/install/install_schema.sql
===================================================================
--- branches/5.2.x/core/install/install_schema.sql
+++ branches/5.2.x/core/install/install_schema.sql
@@ -267,7 +267,7 @@
`Name` varchar(255) NOT NULL DEFAULT '',
Description varchar(255) DEFAULT NULL,
CreatedOn int(10) unsigned DEFAULT NULL,
- System tinyint(4) NOT NULL DEFAULT '0',
+ `System` tinyint(4) NOT NULL DEFAULT '0',
Personal tinyint(4) NOT NULL DEFAULT '0',
Enabled tinyint(4) NOT NULL DEFAULT '1',
FrontRegistration tinyint(3) unsigned NOT NULL DEFAULT '0',
Event Timeline
Log In to Comment