Skip to content

Commit 9551d3e

Browse files
committed
docs: Add notes on seeding data and local database reset in README.md
1 parent 38d92ef commit 9551d3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

supabase/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@
3737
# supabase functions deploy
3838

3939
本番環境に supabase functions をデプロイする。
40+
41+
42+
# 注記
43+
44+
- seedデータをlocalに入れる場合は、`supabase db reset`を実行する必要がある。そのとき、既存のローカルデータは消える。
45+
- `supabase start`で実行される、というのを見たが、できず。
46+
- 本番へのseedデータ投入は直接consoleからsql実行をしている。cliでやる方法は要調査。

0 commit comments

Comments
 (0)