Skip to content
Snippets Groups Projects
Commit 1c7ec265 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

adding remain orient db vertices to migration

parent f915a393
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,18 @@ namespace :orientdb do
desc "Migrate orient db schema"
client = OrientDb::Client.instance
# User vertice
client.command 'create class User extends V'
# Highlight vertice
client.command 'create class Highlight extends V'
# Country vertice
client.command 'create class Country extends V'
# University vertice
client.command 'create class University extends V'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment