diff --git a/bin/mixology.sh b/bin/mixology.sh index 4a1c41d..a876e0f 100644 --- a/bin/mixology.sh +++ b/bin/mixology.sh @@ -8,4 +8,4 @@ mix ecto.migrate mix phx.gen.schema Folio folios user_id:references:users resume:map showcase:map theme_uri:string mix ecto.migrate mix phx.gen.schema Comment comments post_id:references:posts reply_to:references:comments slug:string tripcode:string:unique content:text ledit:utc_datetime -mix ecto.migrate \ No newline at end of file +mix ecto.migrate