mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-01-01 14:20:13 -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 %}
|