Run this in the SQL editor after every Lovable or Bolt session. Empty result = good.
select schemaname, tablename from pg_tables where schemaname = 'public' and rowsecurity = false order by tablename;