The backend for PuffPastry, a DAO platform.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

2ヶ月前
123
  1. -- This file should undo anything in `up.sql`
  2. drop table comment_votes;
  3. drop table comments;