Show member name when sorting by members
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ CREATE TABLE subscriptions (
|
||||
FOREIGN KEY(cycle) REFERENCES cycles(id),
|
||||
FOREIGN KEY(frequency) REFERENCES frequencies(id),
|
||||
FOREIGN KEY(payment_method_id) REFERENCES payment_methods(id),
|
||||
FOREIGN KEY(payer_user_id) REFERENCES user(id)
|
||||
FOREIGN KEY(payer_user_id) REFERENCES household(id)
|
||||
FOREIGN KEY(category_id) REFERENCES categories(id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user