mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
3 lines
134 B
MySQL
3 lines
134 B
MySQL
|
-- Custom SQL migration file, put you code below! --
|
||
|
insert into precios_fts(rowid,ean,url,name) select id,ean,url,name from precios;
|