We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c4a34 commit 88211abCopy full SHA for 88211ab
1 file changed
modules/servers/AMP/AMP.php
@@ -42,7 +42,7 @@ function ($table) {
42
$table->text('secret');
43
$table->text('targetId');
44
$table->text('instanceId');
45
- $table->text('endpoints');
+ $table->longText('endpoints');
46
}
47
);
48
}else
@@ -51,7 +51,7 @@ function ($table) {
51
{
52
Capsule::schema()->table('ampServices', function($table)
53
54
- $table->string('endpoints');
55
});
56
57
0 commit comments