Remove the timestamp columns to allow a proper seeding

Bump version
This commit is contained in:
Timothée Jaussoin 2021-05-11 17:09:41 +02:00
parent 0279acca0c
commit 95ff7bc06c
2 changed files with 1 additions and 4 deletions

View file

@ -37,7 +37,6 @@ class CreateAccountsPasswordsTables extends Migration
$table->string('user_agent', 256);
$table->datetime('creation_time');
$table->datetime('expire_time')->nullable();
$table->timestamps();
});
}
@ -50,8 +49,6 @@ class CreateAccountsPasswordsTables extends Migration
$table->foreign('account_id')->references('id')
->on('accounts')->onDelete('cascade');
$table->timestamps();
});
}
}

View file

@ -8,7 +8,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number 72
%define build_number 73
%define var_dir /var/opt/belledonne-communications
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager