Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1174290
D464.id.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
Thu, Oct 2, 3:42 AM
Size
614 B
Mime Type
text/x-diff
Expires
Fri, Oct 3, 3:42 AM (14 h, 3 m)
Engine
blob
Format
Raw Data
Handle
761292
Attached To
D464: INP-1859 - Escape MySQL 8.3 keywords
D464.id.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