build version 201

This commit is contained in:
raishvaria
2019-12-04 16:51:22 +05:30
parent 339099bd34
commit 887ad9a73d
3 changed files with 5 additions and 2 deletions

View File

@ -68,13 +68,16 @@ class Version201 extends Listener
\Schema::table('invoices', function (Blueprint $table) { \Schema::table('invoices', function (Blueprint $table) {
$table->decimal('discount', 15, 2)->nullable()->change(); $table->decimal('discount', 15, 2)->nullable()->change();
}); });
\Schema::table('estimates', function (Blueprint $table) { \Schema::table('estimates', function (Blueprint $table) {
$table->decimal('discount', 15, 2)->nullable()->change(); $table->decimal('discount', 15, 2)->nullable()->change();
}); });
\Schema::table('invoice_items', function (Blueprint $table) { \Schema::table('invoice_items', function (Blueprint $table) {
$table->decimal('quantity', 15, 2)->change(); $table->decimal('quantity', 15, 2)->change();
$table->decimal('discount', 15, 2)->nullable()->change(); $table->decimal('discount', 15, 2)->nullable()->change();
}); });
\Schema::table('estimate_items', function (Blueprint $table) { \Schema::table('estimate_items', function (Blueprint $table) {
$table->decimal('quantity', 15, 2)->change(); $table->decimal('quantity', 15, 2)->change();
$table->decimal('discount', 15, 2)->nullable()->change(); $table->decimal('discount', 15, 2)->nullable()->change();

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{ {
"/assets/js/app.js": "/assets/js/app.js?id=334224502420e0ff495c", "/assets/js/app.js": "/assets/js/app.js?id=2a5cfd8271e10bd501dc",
"/assets/css/crater.css": "/assets/css/crater.css?id=108e3a8d009e7d38018c" "/assets/css/crater.css": "/assets/css/crater.css?id=108e3a8d009e7d38018c"
} }