Bank gateway integration, rest for getting slots, email sending.

This commit is contained in:
kashiuno
2025-03-18 18:29:36 +03:00
parent e84fa3ce3e
commit 46bf29a5eb
26 changed files with 420 additions and 20 deletions
@@ -132,6 +132,11 @@ databaseChangeLog:
type: TEXT
constraints:
nullable: true
- column:
name: price
type: DECIMAL(12, 2)
constraints:
nullable: false
- createTable:
tableName: clients
columns:
@@ -145,6 +150,7 @@ databaseChangeLog:
- column:
constraints:
nullable: false
unique: true
name: email
type: TEXT
- column:
@@ -153,7 +159,7 @@ databaseChangeLog:
name: email_is_confirmed
type: BOOLEAN
- createTable:
tableName: rent
tableName: rents
columns:
- column:
constraints: