db_schema_whitelist.json 423 B

1234567891011121314151617
  1. {
  2. "translation": {
  3. "column": {
  4. "key_id": true,
  5. "string": true,
  6. "store_id": true,
  7. "translate": true,
  8. "locale": true,
  9. "crc_string": true
  10. },
  11. "constraint": {
  12. "PRIMARY": true,
  13. "TRANSLATION_STORE_ID_STORE_STORE_ID": true,
  14. "TRANSLATION_STORE_ID_LOCALE_CRC_STRING_STRING": true
  15. }
  16. }
  17. }