10 lines
277 B
Markdown
10 lines
277 B
Markdown
# Checklist
|
|
|
|
- [ ] Define schemas with migrations files (*.up.sql & *.down.sql)
|
|
- [ ] Define query with sql function (*.sql)
|
|
- [ ] Create Entity (*.kt)
|
|
- [ ] Create repository (*.kt)
|
|
- [ ] Configure migrations in gradle
|
|
- [ ] Execute migrations functions
|
|
- [ ] Call Repository
|