Files
elcaribe/desarrollo2/temp/PLJ7vEAC2W/addons/otp_system/sql/1.2.sql
2023-08-23 17:33:44 -04:00

3 lines
167 B
SQL

INSERT INTO `otp_configurations` (`id`, `type`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'fast2sms', '0', current_timestamp(), current_timestamp());
COMMIT;