mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-01-04 15:53:49 -06:00
7 lines
206 B
SQL
7 lines
206 B
SQL
{% extends 'minifigure/base/base.sql' %}
|
|
|
|
{% block where %}
|
|
WHERE "bricktracker_minifigures"."id" IS NOT DISTINCT FROM :id
|
|
AND "rebrickable_minifigures"."figure" IS NOT DISTINCT FROM :figure
|
|
{% endblock %}
|