Merge pull request #3393 from alchemy-fr/PHRAS-2964-41-change-column-size

PHRAS-2964 #comment merge 4.1 change column size for sbas
This commit is contained in:
Nicolas Maillat
2020-03-09 17:29:41 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ class Version
* @var string
*/
private $number = '4.1.0-alpha.23a';
private $number = '4.1.0-alpha.24a';
/**
* @var string

View File

@@ -1328,7 +1328,7 @@
<field>
<name>host</name>
<type>char(64)</type>
<type>char(255)</type>
<null></null>
<extra></extra>
@@ -1403,7 +1403,7 @@
</field>
<field>
<name>label_en</name>
<type>char(50)</type>
<type>char(128)</type>
<null>YES</null>
<extra></extra>
<default></default>
@@ -1411,7 +1411,7 @@
</field>
<field>
<name>label_fr</name>
<type>char(50)</type>
<type>char(128)</type>
<null>YES</null>
<extra></extra>
<default></default>
@@ -1419,7 +1419,7 @@
</field>
<field>
<name>label_de</name>
<type>char(50)</type>
<type>char(128)</type>
<null>YES</null>
<extra></extra>
<default></default>
@@ -1427,7 +1427,7 @@
</field>
<field>
<name>label_nl</name>
<type>char(50)</type>
<type>char(128)</type>
<null>YES</null>
<extra></extra>
<default></default>