Skip to content

Feature/supporting UUID as primary key. #8

Open
siddhant3030 wants to merge 2 commits intotfwright:masterfrom
siddhant3030:feature/supporting_uuid
Open

Feature/supporting UUID as primary key. #8
siddhant3030 wants to merge 2 commits intotfwright:masterfrom
siddhant3030:feature/supporting_uuid

Conversation

@siddhant3030
Copy link

To make this work you have to define certain things in config.exs file

config :spur,
  ecto_repos: [AppName.Repo],
  repo: AppName.Repo,
  audience_module: AppName.User,
  activities_table_name: "activity",
  uuid_primary_key_enabled: true,
  audience_assoc_name: :activities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant