Giter VIP home page Giter VIP logo

project-explore's People

Contributors

sweinstein22 avatar

Watchers

 avatar  avatar

project-explore's Issues

space-operator issue

Thanks for submitting an issue to cloud_controller_ng. We are always trying to improve! To help us, please fill out the following template.

Issue

[provide quick introduction so this issue can be triaged]

Context

[provide more detailed introduction]

Steps to Reproduce

[ordered list the process to finding and recreating the issue, example below]

Expected result

[describe what you would expect to have resulted from this process]

Current result

[describe what you are currently experiencing from this process, and thereby explain the bug]

[include relevant logs]

Possible Fix

[not obligatory, but suggest fixes or reasons for the bug]

name of issue screenshot

[if relevant, include a screenshot]

Write a migration to create a new ccdb table to store new role type

Background:

Currently each of our space roles is stored in a sperate association table that links link users to spaces.

Now that we are introducing a new type of space role we will need a new table to store them in.

Acceptance criteria:

When I connect to the CCDB I will see something a new table called spaces_operators with the same stuff as this one

mysql> Describe spaces_operators;

Field Type Null Key Default Extra
space_id int(11) NO MUL NULL
user_id int(11) NO MUL NULL
spaces_operators_pk int(11) NO PRI NULL auto_increment
role_guid varchar(255) YES MUL NULL
created_at timestamp NO MUL CURRENT_TIMESTAMP
updated_at timestamp NO MUL CURRENT_TIMESTAMP

Dev Notes:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.