Bank gateway integration, rest for getting slots, email sending.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user