Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Apr 5, 2024
1 parent e9ce21d commit 0ad1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ving/cli/drizzle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineCommand({
const [rows] = await ving.useDB().session.client.pool.promise().query('SELECT * from __drizzle_migrations order by created_at desc limit 1');
const applied = migrations.find(m => m.hash == rows[0].hash);
if (applied) {
ving.log('cli').info(`Last Migration Applied: ${applied.tag} [${applied.hash}]`);
ving.log('cli').info(`Last Migration Applied: ${applied.tag} [${applied.hash}]`);
}
else {
ving.log('cli').error(`Last Migration Applied: None`);
Expand Down

0 comments on commit 0ad1434

Please sign in to comment.