Skip to content

Commit

Permalink
Update 8772: fix EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Mar 18, 2024
1 parent 96948ef commit e191e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ CREATE TABLE IF NOT EXISTS `cloud_usage`.`quota_email_configuration`(
`enabled` int(1) UNSIGNED NOT NULL,
PRIMARY KEY (`account_id`, `email_template_id`),
CONSTRAINT `FK_quota_email_configuration_account_id` FOREIGN KEY (`account_id`) REFERENCES `cloud_usage`.`quota_account`(`account_id`),
CONSTRAINT `FK_quota_email_configuration_email_template_id` FOREIGN KEY (`email_template_id`) REFERENCES `cloud_usage`.`quota_email_templates`(`id`));
CONSTRAINT `FK_quota_email_configuration_email_template_id` FOREIGN KEY (`email_template_id`) REFERENCES `cloud_usage`.`quota_email_templates`(`id`));

0 comments on commit e191e03

Please sign in to comment.