LDP/LDP/lampadas/database/load.sql

35 lines
1.7 KiB
SQL

copy audience from '/tmp/lampadas_audience.txt';
copy class from '/tmp/lampadas_class.txt';
copy class_i18n from '/tmp/lampadas_class_i18n.txt';
copy config from '/tmp/lampadas_config.txt';
copy doc_vote from '/tmp/lampadas_doc_vote.txt';
copy document from '/tmp/lampadas_document.txt';
copy document_audience from '/tmp/lampadas_document_audience.txt';
copy document_error from '/tmp/lampadas_document_error.txt';
copy document_file from '/tmp/lampadas_document_file.txt';
copy document_rev from '/tmp/lampadas_document_rev.txt';
copy document_topic from '/tmp/lampadas_document_topic.txt';
copy document_user from '/tmp/lampadas_document_user.txt';
copy document_wiki from '/tmp/lampadas_document_wiki.txt';
copy dtd from '/tmp/lampadas_dtd.txt';
copy format from '/tmp/lampadas_format.txt';
copy format_i18n from '/tmp/lampadas_format_i18n.txt';
copy language from '/tmp/lampadas_language.txt';
copy language_i18n from '/tmp/lampadas_language_i18n.txt';
copy license from '/tmp/lampadas_license.txt';
copy notes from '/tmp/lampadas_notes.txt';
copy pub_status from '/tmp/lampadas_pub_status.txt';
copy pub_status_i18n from '/tmp/lampadas_pub_status_i18n.txt';
copy review_status from '/tmp/lampadas_review_status.txt';
copy role from '/tmp/lampadas_role.txt';
copy stats from '/tmp/lampadas_stats.txt';
copy stats_cdf from '/tmp/lampadas_stats_cdf.txt';
copy string from '/tmp/lampadas_string.txt';
copy string_i18n from '/tmp/lampadas_string_i18n.txt';
copy subtopic from '/tmp/lampadas_subtopic.txt';
copy topic from '/tmp/lampadas_topic.txt';
copy topic_i18n from '/tmp/lampadas_topic_i18n.txt';
copy username from '/tmp/lampadas_username.txt';
copy username_notes from '/tmp/lampadas_username_notes.txt';