🔥 — Remove code from abandonned feature
This commit is contained in:
parent
35d09cbabd
commit
5e2dd60cf2
|
@ -1,6 +1,7 @@
|
||||||
Revision history for Lufi
|
Revision history for Lufi
|
||||||
|
|
||||||
?.??.? ????-??-??
|
?.??.? ????-??-??
|
||||||
|
- 🔥 Remove code from abandonned feature
|
||||||
|
|
||||||
0.05.1 2020-06-30
|
0.05.1 2020-06-30
|
||||||
- Update german translation
|
- Update german translation
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
package Lufi::Command::sqliteToOtherDB;
|
package Lufi::Command::sqliteToOtherDB;
|
||||||
use Mojo::Base 'Mojolicious::Command';
|
use Mojo::Base 'Mojolicious::Command';
|
||||||
use Lufi::DB::BreakingChange;
|
|
||||||
use Lufi::DB::File;
|
use Lufi::DB::File;
|
||||||
use Lufi::DB::Slice;
|
use Lufi::DB::Slice;
|
||||||
use Lufi::DB::Invitation;
|
use Lufi::DB::Invitation;
|
||||||
|
@ -93,15 +92,6 @@ sub run {
|
||||||
->write();
|
->write();
|
||||||
$progress->update();
|
$progress->update();
|
||||||
});
|
});
|
||||||
$changes->each(sub {
|
|
||||||
my ($change, $num) = @_;
|
|
||||||
|
|
||||||
Lufi::DB::BreakingChange->new(app => $c->app)
|
|
||||||
->change($change->{change})
|
|
||||||
->ack($change->{ack})
|
|
||||||
->write();
|
|
||||||
$progress->update();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
=encoding utf8
|
=encoding utf8
|
||||||
|
|
Loading…
Reference in New Issue