]> granicus.if.org Git - icinga2/history - lib/db_ido_mysql/schema/mysql.sql
Fix commenthistory
[icinga2] / lib / db_ido_mysql / schema / mysql.sql
2017-11-07 Jean FlachFix commenthistory
2017-11-07 Jean FlachAlter DowntimeRemoval behaviour
2017-01-24 Markus Froschido/mysql: Remove timestamp defaults for compliance... 4951/head
2017-01-11 Markus FroschFix IDO MySQL schema for MySQL >= 5.7
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-11-18 Eric Lippmannido-mysql: Bump schema version to 1.14.2
2016-11-18 Eric Lippmannido-mysql: Don't set the SQL mode to NO_AUTO_VALUE_ON_ZERO
2016-11-18 Eric Lippmannido-mysql: Change timestamp columns to default to NULL...
2016-08-15 Gunnar BeutnerImplement support for incremental IDO updates
2016-08-14 Rune DarrudFix typo in mysql schema
2016-08-02 Michael FriedrichFix missing MySQL session_token changes
2016-08-02 Michael FriedrichDB IDO: Use upsert and session token for comment/downti...
2016-07-25 Michael FriedrichDB IDO: Do not clear {host,service,contact}group_member...
2016-07-07 Michael FriedrichDB IDO: Change alias column to varchar(255) in MySQL
2016-07-06 Michael FriedrichAdd missing index on statehistory table for DB IDO...
2016-06-22 Michael FriedrichDB IDO: Add missing indexes for icinga_endpoints* and...
2016-06-22 Michael FriedrichDB IDO: Fix overflow in current_notification_number...
2016-06-20 Michael FriedrichDB IDO: Add missing object_id index for icinga_{schedul...
2016-06-20 Michael FriedrichDB IDO: Fix missing schema version update in {mysql...
2016-06-17 Lee ClemensDB IDO: Make check_source a varchar(255) column
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-06 Michael FriedrichAPI Actions: Remove -by-id from actions and require...
2015-11-05 Michael FriedrichChange session_token to integer timestamp
2015-10-30 Michael FriedrichAdd the unique_id for comments/downtimes next to legacy...
2015-10-29 Michael FriedrichDB IDO: Add an index for CV session delete
2015-10-29 Michael FriedrichDB IDO: Remove deleted custom variables
2015-10-22 Michael FriedrichExport original attributes in DB IDO and Livestatus
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-07-14 Michael FriedrichFix overflow in freshness_threshold column (smallint...
2015-07-14 Michael FriedrichDB IDO: Add zones, zonestatus tables
2015-05-04 Michael FriedrichFix schema version 1.14.0
2015-02-12 Michael FriedrichDB IDO: Fix header in sql files
2015-02-12 Michael FriedrichDB IDO: Fix duplicate entries in {host,service}depencen...
2014-11-04 Michael FriedrichDB IDO: Dump custom attributes as json encoded arrays...
2014-10-26 Michael FriedrichDB IDO: Import schema fixes from 1.12.0
2014-10-24 Michael FriedrichDB IDO: Change schema version to 1.12.0
2014-10-17 Gunnar BeutnerFix version number if schema/{mysql,pgsql}.sql
2014-10-16 Michael FriedrichDB IDO: Add program_version column to programstatus...
2014-10-13 Gunnar BeutnerMove all libraries into the lib/ directory