You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/03/30 19:42:52 UTC

[jira] [Commented] (VCL-845) Remove blockRequest.admingroupid column

    [ https://issues.apache.org/jira/browse/VCL-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387059#comment-14387059 ] 

ASF subversion and git services commented on VCL-845:
-----------------------------------------------------

Commit 1670155 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1670155 ]

VCL-845 - Remove blockRequest.admingroupid column

vcl.sql:
-modified definition for blockRequest, removed admingroupid column
-removed ALTER TABLE ... ADD CONSTRAINT for blockRequest.admingroupid

update-vcl.sql:
-removed removed ALTER TABLE statement that changed blockRequest.admingroupd
-added DropColumnIfExists for blockRequest.admingroupid
-removed AddConstraintIfNotExists for blockRequest.admingroupid

groups.php: modified checkForGroupUsage: modified check of blockRequest table to not look at admingroupid

utils.php: modified getBlockTimeData - removed admingroupid from returned data

xmlrpcWrappers.php: modified XMLRPCblockAllocation: removed inserting admingroupid as part of insert query into blockRequest table

> Remove blockRequest.admingroupid column
> ---------------------------------------
>
>                 Key: VCL-845
>                 URL: https://issues.apache.org/jira/browse/VCL-845
>             Project: VCL
>          Issue Type: Task
>          Components: database, vcld (backend), web gui (frontend)
>            Reporter: Andy Kurth
>            Priority: Minor
>
> The {{blockRequest.admingroupid}} is no longer used and may be removed from the database schema.
> All references to this column should be removed from the web frontend and vcld backend.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)