[openstreetmap/openstreetmap-website] Add microcosms to the website (#2390)
Brian DeRocher
notifications at github.com
Sun Oct 13 17:38:44 UTC 2019
openbrian commented on this pull request.
> @@ -684,6 +643,107 @@ CREATE TABLE public.diary_entry_subscriptions (
);
+--
+-- Name: event_attendances; Type: TABLE; Schema: public; Owner: -
+--
+
+CREATE TABLE public.event_attendances (
+ id bigint NOT NULL,
+ user_id integer,
This FK and any other missing ones will be added.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2390#discussion_r334287815
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191013/984b9fa5/attachment.html>
More information about the rails-dev
mailing list