mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Clean up migrations
This commit is contained in:
parent
e72c8d93c2
commit
5c5a6af204
@ -43,15 +43,6 @@ class ConvertCustomFieldsColumnFromVarcharToText extends Migration
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Schema::table('clients', function (Blueprint $table) {
|
|
||||||
|
|
||||||
$table->text('custom_value1')->change();
|
|
||||||
$table->text('custom_value2')->change();
|
|
||||||
$table->text('custom_value3')->change();
|
|
||||||
$table->text('custom_value4')->change();
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
Schema::table('documents', function (Blueprint $table) {
|
Schema::table('documents', function (Blueprint $table) {
|
||||||
|
|
||||||
$table->text('custom_value1')->change();
|
$table->text('custom_value1')->change();
|
||||||
@ -178,7 +169,6 @@ class ConvertCustomFieldsColumnFromVarcharToText extends Migration
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user