The backend for PuffPastry, a DAO platform.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

3 satır
92 B

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