twenty/hasura/migrations/default/1682512434146_squashed/up.sql
Charles Bochet 6c7eb53333
Add seeds and move to uuid (#80)
Co-authored-by: Charles Bochet <charles@twenty.com>
2023-04-26 16:42:01 +02:00

6 lines
139 B
SQL

DROP table "public"."people";
DROP table "public"."companies";
DROP table "public"."workspace_members";
DROP table "public"."workspaces";