pedrorocha-net / votingapi

Sandbox for D8 port of votingapi 3.x
https://drupal.org/node/2203791
4 stars 0 forks source link

Upgrade installation process #1

Closed pedrorocha-net closed 9 years ago

pedrorocha-net commented 9 years ago

See how to replicate the same data structure and settings we have on D7 version.

Basically, see how to upgrade votingapi.install file.

10 Create uninstall process

victorcpereira commented 9 years ago

In this file, we have got only the hook_schema. This way, this file already has created db schema and it works.

But in D8, we have got the module.schema.yml file. We need to learn what this file does.