You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
182 B

  1. module.exports = {
  2. activate() {
  3. },
  4. deactivate() {
  5. },
  6. query() {
  7. },
  8. created() {
  9. },
  10. updated() {
  11. },
  12. deleted() {
  13. },
  14. renamed() {
  15. },
  16. rebuild() {
  17. }
  18. }