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