You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
What's the best way to seed a db with data? I've used
DDL.execute_at('after-create', table) in the past, but is there a way
to get bind.create to run a segment of code first?