Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F823522
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
Sun, Mar 9, 7:50 PM
Size
614 B
Mime Type
text/x-diff
Expires
Mon, Mar 10, 7:50 PM (5 h, 16 m)
Engine
blob
Format
Raw Data
Handle
585724
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