"[#29] Refactor ids: use uuid"

Emmanuel Ormancey requested to merge 29-refactor-ids-use-uuid into master
  • All tables ID to UUID string stype, auto generated, primary keys.
  • Renamed in Channel
    • channel.primarykey to channel.id
    • channel.id to channel.slug
  • Added id to User, username is not primarykey anymore.
    • allow a username change is needed. One day we'll connect to Resource Management portal and will support that.

Closes #29 (closed)

Edited by Emmanuel Ormancey

Merge request reports