open-bounty/resources/migrations/20170212181519-store-avatar-url.up.sql
Teemu Patja 6e646280c2
WIP: new UX
* semantic UI + less based UI styling
* header, tabs, user-profile component
* store avatar URL in DB, show image in user
* unify :user and :user-profile in app-db for simplicity
2017-02-12 22:25:32 +02:00

3 lines
56 B
SQL

ALTER TABLE public.users
ADD avatar_url VARCHAR(255);