Skip to content

Commit

Permalink
add sql draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Jan 30, 2025
1 parent 13ceb54 commit 362b5bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supabase/migrations/20250131171747_add-linguistic-history.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE entries
ADD linguistic_history text; -- or jsonb if they want multiple writing systems?

-- TODO: add field into entries view

0 comments on commit 362b5bd

Please sign in to comment.