231801_test_to_master #1519

Merged
alexm merged 490 commits from 231801_test_to_master into master 2023-05-12 06:29:59 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit aad8fb0a66 - Show all commits

View File

@ -1,4 +1,5 @@
-- vn.companyI18n definition
USE vn;
CREATE TABLE `companyI18n` (
`companyFk` smallint(5) unsigned NOT NULL,
@ -6,4 +7,5 @@ CREATE TABLE `companyI18n` (
`footnotes` longtext COLLATE utf8mb3_unicode_ci DEFAULT NULL,
PRIMARY KEY (`companyFk`,`lang`),
CONSTRAINT `companyI18n_FK` FOREIGN KEY (`companyFk`) REFERENCES `company` (`id`) ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

View File

@ -8,7 +8,7 @@
<p
v-if="company.footnotes"
class="privacy"
v-html="$18n.locale(`${company.footnotes}`)">
v-html="$i18n.locale(`${company.footnotes}`)">
</p>
</div>
</div>