Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F871939
install_data.sql
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, May 8, 6:09 AM
Size
1001 B
Mime Type
text/plain
Expires
Sat, May 10, 6:09 AM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
615897
Attached To
rMCUS Modules.Custom
install_data.sql
View Options
# place here only sql queries, that were executed on live AND dev sites !!!
INSERT
INTO
Permissions
VALUES
(
DEFAULT
,
'custom.view'
,
11
,
1
,
1
,
0
);
INSERT
INTO
Permissions
VALUES
(
DEFAULT
,
'custom:widgets.delete'
,
11
,
1
,
1
,
0
);
INSERT
INTO
Permissions
VALUES
(
DEFAULT
,
'custom:widgets.edit'
,
11
,
1
,
1
,
0
);
INSERT
INTO
Permissions
VALUES
(
DEFAULT
,
'custom:widgets.add'
,
11
,
1
,
1
,
0
);
INSERT
INTO
Permissions
VALUES
(
DEFAULT
,
'custom:widgets.view'
,
11
,
1
,
1
,
0
);
INSERT
INTO
Modules
VALUES
(
'Custom'
,
'modules/custom/'
,
'custom-sections'
,
DEFAULT
,
1
,
10
,
'custom/'
,
0
,
NULL
);
# ===== SQLs above this line already on LIVE ================================================================================================
# place here only sql queries, that were executed on dev site !!!
# ===== SQLs above this line already on DEV ========================================================================================================
# place here only sql queries, that were executed on prod server !!!
Event Timeline
Log In to Comment