Make sure version is OK. Will trigger the commands again but no matter.

This commit is contained in:
James Cole
2019-08-26 07:13:48 +02:00
parent a49e20c2aa
commit 1f3c621bea
13 changed files with 13 additions and 13 deletions

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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.
*