Skip to content

Commit cf39e86

Browse files
committed
fix: dichiarate tabelle mancanti nel controllo integrità database
1 parent 5dedf5e commit cf39e86

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'an_automezzi_danni',
5+
];
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'in_tariffe_sedi',
5+
];
6+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
'in_tipiintervento_groups',
5+
'in_tipiintervento_tipologie',
6+
];
7+

update/tables.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
'or_tipiordine_lang',
169169
'zz_api_log',
170170
'zz_api_resources',
171+
'zz_app_tokens',
171172
'zz_cache',
172173
'zz_cache_lang',
173174
'zz_categorie',
@@ -200,6 +201,7 @@
200201
'zz_logs',
201202
'zz_marche',
202203
'zz_modules',
204+
'zz_modules_flags',
203205
'zz_modules_lang',
204206
'zz_operations',
205207
'zz_otp_tokens',

0 commit comments

Comments
 (0)