We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43f57c + 9ab9111 commit baf53cdCopy full SHA for baf53cd
lib/Gedmo/Loggable/Entity/LogEntry.php
@@ -9,6 +9,7 @@
9
*
10
* @ORM\Table(
11
* name="ext_log_entries",
12
+ * options={"row_format":"DYNAMIC"},
13
* indexes={
14
* @ORM\Index(name="log_class_lookup_idx", columns={"object_class"}),
15
* @ORM\Index(name="log_date_lookup_idx", columns={"logged_at"}),
lib/Gedmo/Translatable/Entity/Translation.php
@@ -12,6 +12,7 @@
* @Table(
* name="ext_translations",
16
* indexes={@Index(name="translations_lookup_idx", columns={
17
* "locale", "object_class", "foreign_key"
18
* })},
0 commit comments