Introduce change_tag_def table
authorAmir Sarabadani <ladsgroup@gmail.com>
Fri, 4 May 2018 17:29:53 +0000 (19:29 +0200)
committerAmir Sarabadani <ladsgroup@gmail.com>
Tue, 8 May 2018 16:48:52 +0000 (18:48 +0200)
commit6039593649963c50cd0c73135ef3cb63939e9902
treecbfcdacf07b1da3adadeb0f2a144f66360d465fc
parentd46f6a8d8e51996947353237823e3a84199bf7ae
Introduce change_tag_def table

Table defining tag names for IDs. Also stores hit counts to avoid expensive queries on change_tag
See T185355 for more information

Bug: T193867
Bug: T185355
Change-Id: I4fd943589b3ed304471304c8beda15327a8edbcf
13 files changed:
includes/installer/MssqlUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/OracleUpdater.php
includes/installer/PostgresUpdater.php
includes/installer/SqliteUpdater.php
maintenance/archives/patch-change_tag_def.sql [new file with mode: 0644]
maintenance/mssql/archives/patch-change_tag_def.sql [new file with mode: 0644]
maintenance/mssql/tables.sql
maintenance/oracle/archives/patch-change_tag_def.sql [new file with mode: 0644]
maintenance/oracle/tables.sql
maintenance/postgres/archives/patch-change_tag_def.sql [new file with mode: 0644]
maintenance/postgres/tables.sql
maintenance/tables.sql