Accept arbitrary triggers.

This commit is contained in:
Philippe Pittoli 2024-12-17 00:10:12 +01:00
parent 5a989b4046
commit aa51e07211

View File

@ -2,7 +2,7 @@
# subsequent DODB databases (uncached, cached, RAM-only, etc.).
abstract class DODB::Storage(V)
# List of triggers (basic indexes, partitions, tags, etc.).
@triggers = [] of Trigger(V)
property triggers = [] of Trigger(V)
property cached_last_key : Int32