Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armando Lüscher
lufi
Commits
5e2dd60c
Verified
Commit
5e2dd60c
authored
Jul 19, 2020
by
Luc Didry
Browse files
🔥
— Remove code from abandonned feature
parent
35d09cba
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
5e2dd60c
Revision history for Lufi
?.??.? ????-??-??
- 🔥 Remove code from abandonned feature
0.05.1 2020-06-30
- Update german translation
...
...
lib/Lufi/Command/sqliteToOtherDB.pm
View file @
5e2dd60c
package
Lufi::Command::
sqliteToOtherDB
;
use
Mojo::
Base
'
Mojolicious::Command
';
use
Lufi::DB::
BreakingChange
;
use
Lufi::DB::
File
;
use
Lufi::DB::
Slice
;
use
Lufi::DB::
Invitation
;
...
...
@@ -93,15 +92,6 @@ sub run {
->
write
();
$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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment