mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Make sure version is OK. Will trigger the commands again but no matter.
This commit is contained in:
@@ -38,7 +38,7 @@ use Log;
|
||||
*/
|
||||
class AccountCurrencies extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_account_currencies';
|
||||
public const CONFIG_NAME = '480_account_currencies';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -35,7 +35,7 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
class BackToJournals extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_back_to_journals';
|
||||
public const CONFIG_NAME = '480_back_to_journals';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -33,7 +33,7 @@ use Illuminate\Console\Command;
|
||||
*/
|
||||
class BudgetLimitCurrency extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_bl_currency';
|
||||
public const CONFIG_NAME = '480_bl_currency';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -36,7 +36,7 @@ class CCLiabilities extends Command
|
||||
{
|
||||
|
||||
|
||||
public const CONFIG_NAME = '4780_cc_liabilities';
|
||||
public const CONFIG_NAME = '480_cc_liabilities';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -34,7 +34,7 @@ use Log;
|
||||
*/
|
||||
class MigrateAttachments extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_migrate_attachments';
|
||||
public const CONFIG_NAME = '480_migrate_attachments';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -35,7 +35,7 @@ use Log;
|
||||
*/
|
||||
class MigrateJournalNotes extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_migrate_notes';
|
||||
public const CONFIG_NAME = '480_migrate_notes';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -43,7 +43,7 @@ use Log;
|
||||
*/
|
||||
class MigrateToGroups extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_migrated_to_groups';
|
||||
public const CONFIG_NAME = '480_migrated_to_groups';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -40,7 +40,7 @@ use Illuminate\Console\Command;
|
||||
*/
|
||||
class MigrateToRules extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_bills_to_rules';
|
||||
public const CONFIG_NAME = '480_bills_to_rules';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -41,7 +41,7 @@ use Illuminate\Console\Command;
|
||||
class OtherCurrenciesCorrections extends Command
|
||||
{
|
||||
|
||||
public const CONFIG_NAME = '4780_other_currencies';
|
||||
public const CONFIG_NAME = '480_other_currencies';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -30,7 +30,7 @@ use Illuminate\Console\Command;
|
||||
*/
|
||||
class RenameAccountMeta extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_rename_account_meta';
|
||||
public const CONFIG_NAME = '480_rename_account_meta';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -36,7 +36,7 @@ use Schema;
|
||||
*/
|
||||
class TransactionIdentifier extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_transaction_identifier';
|
||||
public const CONFIG_NAME = '480_transaction_identifier';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -41,7 +41,7 @@ use Log;
|
||||
class TransferCurrenciesCorrections extends Command
|
||||
{
|
||||
|
||||
public const CONFIG_NAME = '4780_transfer_currencies';
|
||||
public const CONFIG_NAME = '480_transfer_currencies';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
@@ -28,7 +28,7 @@ use Illuminate\Console\Command;
|
||||
*/
|
||||
class UpgradeSkeleton extends Command
|
||||
{
|
||||
public const CONFIG_NAME = '4780_some_name';
|
||||
public const CONFIG_NAME = '480_some_name';
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
|
Reference in New Issue
Block a user