CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Support for prefix on table #31

Closed petranden closed 9 years ago

petranden commented 9 years ago

At migration and File model is needed to change references of 'attach_file' to '{{%attach_file}}', so that the table prefix can be taken into consideration.

CTOlet commented 9 years ago

Added on 50c1e32895a87c2b6659a744822dbf4eed8381a8, now you can specify the table name on module settings, please read guide and test it.