Skip to content
#

revision

Here are 108 public repositories matching this topic...

sirix
getheard
getheard commented Jan 21, 2020

The versions I'm using:

    "sequelize": "^5.18.4",
    "sequelize-cli": "^5.5.1",
    "sequelize-paper-trail": "^3.0.1",

For some reason, when a new Revision record is created, it is missing these columns:

 id | model | document | operation | revision | document_id |         createdAt          |         updatedAt
----+-------+----------+-----------+----------+----------

☁️ This VSTO Add-In is used for marking up Excel files with revisions. There are two common methods of indicating where a revision has changed a drawing that contains a system diagram. The first is the cloud method, were each change is enclosed by a cloud shape. The second method involves placing a triangle with the revision number next to each effected portion of the drawing. The cloud method indicates changes from the most recent revision only, whereas the second method indicates all revisions to the drawing because all of the previous revision circles remain on the drawing. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.

  • Updated Jan 21, 2020
  • C#

Improve this page

Add a description, image, and links to the revision topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the revision topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.