Skip to content

Commit

Permalink
Origin URL should not be part of the primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jun 19, 2022
1 parent c2eb99d commit 404f61e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<constraints primaryKey="true" nullable="false"/>
</column>
<column name="url" type="TEXT">
<constraints primaryKey="true" nullable="false"/>
<constraints nullable="false"/>
</column>
<column name="name" type="TEXT"/>
<column name="proxy" type="TEXT"/>
Expand Down

0 comments on commit 404f61e

Please sign in to comment.