From 13ffc702bab0340d98dc4600a2ae6893e5fbcb6f Mon Sep 17 00:00:00 2001 From: SourceDoctor Date: Tue, 9 Jun 2020 21:45:25 +0200 Subject: [PATCH] . --- misc/db_schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/db_schema.yaml b/misc/db_schema.yaml index 11f753d151..cf6e1dbb5f 100644 --- a/misc/db_schema.yaml +++ b/misc/db_schema.yaml @@ -178,7 +178,7 @@ applications: applications_device_id_app_type_unique: { Name: applications_device_id_app_type_unique, Columns: [device_id, app_type], Unique: true, Type: BTREE } application_metrics: Columns: - - { Field: app_id, Type: 'int(10) unsigned', 'Null': false, Extra: '' } + - { Field: app_id, Type: 'int unsigned', 'Null': false, Extra: '' } - { Field: metric, Type: varchar(64), 'Null': false, Extra: '' } - { Field: value, Type: double, 'Null': true, Extra: '' } - { Field: value_prev, Type: double, 'Null': true, Extra: '' }