Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 52b96b3

Browse files
committed
Add comments
1 parent ce7aa75 commit 52b96b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

direction/direction.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package direction
22

33
const (
4-
Up = true
4+
// Up represents up migration
5+
Up = true
6+
// Down represents down migration
57
Down = false
68
)

0 commit comments

Comments
 (0)