Skip to content

Commit

Permalink
add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
minhh2792 committed Sep 21, 2024
1 parent 6e2db6b commit ea05f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotman-plugin/src/main/resources/db/migrations/h2/0004.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- index cho transaction_id
create index dotman_point_log_transaction_id_index
on dotman_point_log (transaction_id);
on dotman_point_log (transaction_id);
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- index cho transaction_id
create index dotman_napthe_log_transaction_id_index
on dotman_napthe_log (transaction_id);
on dotman_napthe_log (transaction_id);

0 comments on commit ea05f64

Please sign in to comment.