Skip to content
Snippets Groups Projects
Commit 38a5ed14 authored by Yas Naoi's avatar Yas Naoi
Browse files

Fixed by changing DNS name length to 255 characters string at cloud_billing module.

parent d72522ba
No related branches found
No related tags found
No related merge requests found
......@@ -89,11 +89,11 @@ function cloud_billing_schema() {
),
'private_dns_name' => array(
'type' => 'varchar',
'length' => 64,
'length' => 255,
),
'dns_name' => array(
'type' => 'varchar',
'length' => 64,
'length' => 255,
),
'key_name' => array(
'type' => 'varchar',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment