Accept arbitrary triggers.
This commit is contained in:
parent
5a989b4046
commit
aa51e07211
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue