Topic: Create SQL Scripts for All Tables
Is there a file with all the create table scripts for Postgres including the RAW files and all other dump files on the servers here somewhere? I can't locate the files.
Thanks,
Allison
You are not logged in. Please login or register.
MusicBrainz Forums → General Discussion → Create SQL Scripts for All Tables
Is there a file with all the create table scripts for Postgres including the RAW files and all other dump files on the servers here somewhere? I can't locate the files.
Thanks,
Allison
You could have a look here: https://github.com/metabrainz/musicbrai … /admin/sql
You find the dump files here: ftp://ftp.musicbrainz.org/pub/musicbrai … ullexport/
The top one worked except this particular table create- CREATE TABLE tracklist_index ( tracklist INTEGER, -- PK toc CUBE);
Apparently my server doesn't know what a CUBE is. It's a Windows Postgres 9.1 installation
Do you know where the scripts for create table for the CDStubs, Editor dumps might be?
Than you so much!
ignore my last for the CDStubs. That script seems to have all fields in it and all of the dump needs. Thanks again! Any ideas on the CUBE error perchance>?
Any ideas on the CUBE error perchance?
Unfortunately, not... :(
CREATE EXTENSION cube WITH SCHEMA public;MusicBrainz Forums → General Discussion → Create SQL Scripts for All Tables
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.063 seconds (76% PHP - 24% DB) with 10 queries