mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2025-12-30 21:30:02 -06:00
6 lines
125 B
SQL
6 lines
125 B
SQL
{% extends 'set/base/light.sql' %}
|
|
|
|
{% block where %}
|
|
WHERE "bricktracker_sets"."id" IS NOT DISTINCT FROM :id
|
|
{% endblock %}
|