{
    "1": {
        "method": "delete",
        "params": [
            "core_sys_lang_words",
            [
                "word_key=?",
                "forums_rss_desc"
            ]
        ]
    },
    "2": {
        "method": "update",
        "params": [
            "core_members",
            {
                "permission_array": null
            }
        ]
    },
    "3": {
        "method": "addColumn",
        "params": [
            "forums_forums",
            {
                "name": "card_image",
                "type": "VARCHAR",
                "length": 255,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "Card image file name",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    },
    "4": {
        "method": "addColumn",
        "params": [
            "forums_view_method",
            {
                "name": "type",
                "type": "VARCHAR",
                "length": 16,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "index",
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    },
    "5": {
        "method": "dropIndex",
        "params": [
            "forums_view_method",
            "PRIMARY"
        ]
    },
    "6": {
        "method": "addIndex",
        "params": [
            "forums_view_method",
            {
                "type": "unique",
                "name": "member_id",
                "columns": [
                    "member_id",
                    "type"
                ],
                "length": [
                    null,
                    null
                ]
            }
        ]
    },
    "7": {
        "method": "changeColumn",
        "params": [
            "forums_topics",
            "topic_meta_data",
            {
                "name": "topic_meta_data",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    },
    "8": {
        "method": "delete",
        "params": [
            "core_sys_lang_words",
            [
                "word_app=? AND word_key=?",
                "forums",
                "any_time"
            ]
        ]
    }
}