preciazo/db-datos/drizzle/0005_lucky_epoch.sql

3 lines
134 B
MySQL
Raw Normal View History

-- Custom SQL migration file, put you code below! --
insert into precios_fts(rowid,ean,url,name) select id,ean,url,name from precios;