Skip to content
Snippets Groups Projects
Commit 626979e9 authored by Anatole ROMON's avatar Anatole ROMON
Browse files

travail sur la migration

parent 60ee8be0
No related branches found
No related tags found
No related merge requests found
exports.up = function(knex, Promise) {
return knex.schema.createTable('requests', function (table) {
});
};
exports.down = function(knex, Promise) {
};
......@@ -168,7 +168,7 @@ const Requests = `
}
# Demande au récipiendaire de rejoindre l'organisation d'un événement.
type groupHostEvent {
type youHostEvent {
event: Event
recipient: Group
}
......
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