refs #5667 RoleInherit & Sms: Translations added
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
47c6ad6a71
commit
fe32a2af05
|
@ -1,4 +1,5 @@
|
|||
name: subrole
|
||||
columns:
|
||||
id: id
|
||||
role: rol
|
||||
inheritsFrom: inherits
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: subrol
|
||||
columns:
|
||||
id: id
|
||||
role: rol
|
||||
inheritsFrom: hereda
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
name: SMS
|
||||
columns:
|
||||
id: id
|
||||
senderFk: sender
|
||||
sender: sender number
|
||||
destination: destination
|
||||
message: message
|
||||
statusCode: status code
|
||||
status: status
|
||||
created: created
|
|
@ -0,0 +1,10 @@
|
|||
name: SMS
|
||||
columns:
|
||||
id: id
|
||||
senderFk: remitente
|
||||
sender: número remitente
|
||||
destination: destinatario
|
||||
message: mensaje
|
||||
statusCode: código estado
|
||||
status: estado
|
||||
created: creado
|
Loading…
Reference in New Issue