-
Notifications
You must be signed in to change notification settings - Fork 11
gw_fct_admin_manage_backup
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Function to manage backups for specific table
SELECT gw_fct_admin_manage_backup ($${"data":{
"action":"CREATE", "backupName":"test", "table":"config_form_fields"}}$$)
SELECT gw_fct_admin_manage_backup ($${"data":{
"action":"RESTORE", "backupName":"test", "newBackupName":"test2", "table":"config_form_fields"}}$$)
{"message":{"level":"0", "text":"BACKUP <<test>> for config_form_fields table sucessfully CREATED.
Rows affected: 5248."}}