Merge pull request #4925 from frederic34/patch-9

Update llx_propal_merge_pdf_product.sql
This commit is contained in:
Laurent Destailleur 2016-04-04 00:34:40 +02:00
commit f3c032ba21

View File

@ -14,7 +14,7 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
CREATE TABLE IF NOT EXISTS llx_propal_merge_pdf_product (
CREATE TABLE llx_propal_merge_pdf_product (
rowid integer NOT NULL auto_increment PRIMARY KEY,
fk_product integer NOT NULL,
file_name varchar(200) NOT NULL,