mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Remove the timestamp columns to allow a proper seeding
Bump version
This commit is contained in:
parent
0279acca0c
commit
95ff7bc06c
2 changed files with 1 additions and 4 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue