From 95ff7bc06cfb340635837870bb8d802feef05832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 11 May 2021 17:09:41 +0200 Subject: [PATCH] Remove the timestamp columns to allow a proper seeding Bump version --- .../2020_01_23_125119_create_accounts_passwords_tables.php | 3 --- flexisip-account-manager.spec | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flexiapi/database/migrations/2020_01_23_125119_create_accounts_passwords_tables.php b/flexiapi/database/migrations/2020_01_23_125119_create_accounts_passwords_tables.php index 388c011..afb234d 100644 --- a/flexiapi/database/migrations/2020_01_23_125119_create_accounts_passwords_tables.php +++ b/flexiapi/database/migrations/2020_01_23_125119_create_accounts_passwords_tables.php @@ -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(); }); } } diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index 788bca9..04ea292 100644 --- a/flexisip-account-manager.spec +++ b/flexisip-account-manager.spec @@ -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