Skip to content

fastn comments in sql migration #2142

Description

@amitu

E.g. if I add comments in migration:

-- fastn.migration: 0001-initial-migration

create table if not exists lets_teach_user_concept (
    id integer primary key,

    ;; foo
    user_id integer not null,
);

I get SQL error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions