blob: 095669e73b67c7bb9d0403f9ab74674c61d3d36c [file] [log] [blame]
giolekvaa517b842020-12-15 16:37:19 +04001#!/bin/bash
2
3kubectl -n dgraph port-forward svc/dgraph-alpha 8081:8080 &
4sleep 1
5curl -X POST http://localhost:8081/admin/schema -d 'enum EventState { NEW PROCESSING DONE } type Ignore { x: Int }'