Remove build settings from packs.

This commit is contained in:
Dane Everitt 2017-01-27 16:21:25 -05:00
parent 4a6d62fded
commit 9087feec4f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 1 additions and 167 deletions

View file

@ -17,12 +17,6 @@ class AddPackSupport extends Migration
$table->increments('id');
$table->unsignedInteger('option');
$table->char('uuid', 36)->unique();
$table->unsignedInteger('build_memory')->nullable();
$table->unsignedInteger('build_swap')->nullable();
$table->unsignedInteger('build_cpu')->nullable();
$table->unsignedInteger('build_io')->nullable();
$table->text('build_script')->nullable();
$table->string('build_container')->default('alpine:latest');
$table->string('name');
$table->string('version');
$table->text('description')->nullable();