Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892026
20150317.conpherence.policy.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
662 B
Referenced Files
None
Subscribers
None
20150317.conpherence.policy.sql
View Options
ALTER
TABLE
{$
NAMESPACE
}
_conpherence
.
conpherence_thread
ADD
viewPolicy
VARBINARY
(
64
)
NOT
NULL
AFTER
recentParticipantPHIDs
;
UPDATE
{$
NAMESPACE
}
_conpherence
.
conpherence_thread
SET
viewPolicy
=
'users'
WHERE
viewPolicy
=
''
;
ALTER
TABLE
{$
NAMESPACE
}
_conpherence
.
conpherence_thread
ADD
editPolicy
VARBINARY
(
64
)
NOT
NULL
AFTER
viewPolicy
;
UPDATE
{$
NAMESPACE
}
_conpherence
.
conpherence_thread
SET
editPolicy
=
'users'
WHERE
editPolicy
=
''
;
ALTER
TABLE
{$
NAMESPACE
}
_conpherence
.
conpherence_thread
ADD
joinPolicy
VARBINARY
(
64
)
NOT
NULL
AFTER
editPolicy
;
UPDATE
{$
NAMESPACE
}
_conpherence
.
conpherence_thread
SET
joinPolicy
=
'users'
WHERE
joinPolicy
=
''
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 16:07 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126317
Default Alt Text
20150317.conpherence.policy.sql (662 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment