This message was deleted.
# announcements
s
This message was deleted.
c
I’m not sure, if this was the intended workaround?, but I did find this method to get the desired effect:
Copy code
transaction(db) {
    execInBatch( UsersTable.createStatement())
}
t
Try #exposed
c
@tjohnn thanks will do.