Remove deprecated field ID
This was done so long ago that it can now be fully removed.
This commit is contained in:
parent
3a4c2f72e2
commit
341dbe6eff
|
|
@ -240,13 +240,6 @@
|
||||||
$apps[$x]['db'][$y]['table']['name'] = "v_contacts";
|
$apps[$x]['db'][$y]['table']['name'] = "v_contacts";
|
||||||
$apps[$x]['db'][$y]['table']['parent'] = "";
|
$apps[$x]['db'][$y]['table']['parent'] = "";
|
||||||
$z=0;
|
$z=0;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "contact_id";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
||||||
$z++;
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue